From a0464fc267bb9bd0c0db282a0e4af8c36bbfe089 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 12 Jun 2020 22:06:21 -0700 Subject: [PATCH] fix help fix https://github.com/chrislusf/seaweedfs/issues/1359 --- weed/command/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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