aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-09 22:31:14 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-09 22:31:14 -0700
commite73b0c24578f15900d88427c5c770056651c369d (patch)
tree7d6e347dd5866d7da1814783ebd8df6550a10e21 /weed/command/filer.go
parent0871d2cff091e43190065bd17dba624cf6da1d6d (diff)
downloadseaweedfs-e73b0c24578f15900d88427c5c770056651c369d.tar.xz
seaweedfs-e73b0c24578f15900d88427c5c770056651c369d.zip
remove not ready status
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index b027686b5..fb1ee2b0f 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -52,7 +52,7 @@ func init() {
f.dirListingLimit = cmdFiler.Flag.Int("dirListLimit", 100000, "limit sub dir listing size")
f.dataCenter = cmdFiler.Flag.String("dataCenter", "", "prefer to write to volumes in this data center")
f.disableHttp = cmdFiler.Flag.Bool("disableHttp", false, "disable http request, only gRpc operations are allowed")
- f.cipher = cmdFiler.Flag.Bool("work_in_progress_encryptVolumeData", false, "<not ready> encrypt data on volume servers")
+ f.cipher = cmdFiler.Flag.Bool("encryptVolumeData", false, "encrypt data on volume servers")
}
var cmdFiler = &Command{