aboutsummaryrefslogtreecommitdiff
path: root/weed/command/server.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-12 22:06:21 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-12 22:06:21 -0700
commita0464fc267bb9bd0c0db282a0e4af8c36bbfe089 (patch)
tree5ae70b27fc13ac3016b606b8789c4640b850531b /weed/command/server.go
parent0d1d83a5a5067402dce0b2c9e1caae2022466a76 (diff)
downloadseaweedfs-a0464fc267bb9bd0c0db282a0e4af8c36bbfe089.tar.xz
seaweedfs-a0464fc267bb9bd0c0db282a0e4af8c36bbfe089.zip
fix help
fix https://github.com/chrislusf/seaweedfs/issues/1359
Diffstat (limited to 'weed/command/server.go')
-rw-r--r--weed/command/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go
index 0af583a7f..a2b401dbf 100644
--- a/weed/command/server.go
+++ b/weed/command/server.go
@@ -30,7 +30,7 @@ func init() {
}
var cmdServer = &Command{
- UsageLine: "server -port=8080 -dir=/tmp -volume.max=5 -ip=server_name",
+ UsageLine: "server -dir=/tmp -volume.max=5 -ip=server_name",
Short: "start a master server, a volume server, and optionally a filer and a S3 gateway",
Long: `start both a volume server to provide storage spaces
and a master server to provide volume=>location mapping service and sequence number of file ids