aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-07-10 00:22:11 -0700
committerChris Lu <chris.lu@gmail.com>2018-07-10 00:22:11 -0700
commit1e1c368ae805b31bae1db88dc7940cc0268adc20 (patch)
tree18fdbb5259678ea507e61ba0e2718f7dbf088fb8 /weed
parent007c4a196519066d04924f3cd5ba56a1598d0856 (diff)
downloadseaweedfs-1e1c368ae805b31bae1db88dc7940cc0268adc20.tar.xz
seaweedfs-1e1c368ae805b31bae1db88dc7940cc0268adc20.zip
adjust filer help message
Diffstat (limited to 'weed')
-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 279fc3fbb..c9e455dd0 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -48,7 +48,7 @@ func init() {
f.maxMB = cmdFiler.Flag.Int("maxMB", 32, "split files larger than the limit")
f.secretKey = cmdFiler.Flag.String("secure.secret", "", "secret to encrypt Json Web Token(JWT)")
f.dirListingLimit = cmdFiler.Flag.Int("dirListLimit", 1000, "limit sub dir listing size")
- f.dataCenter = cmdFiler.Flag.String("dataCenter", "", "write to volumes in this data center")
+ f.dataCenter = cmdFiler.Flag.String("dataCenter", "", "prefer to write to volumes in this data center")
}
var cmdFiler = &Command{