mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
correct wording
This commit is contained in:
parent
5caa7bbdc9
commit
0109cc0e30
|
@ -17,7 +17,7 @@ func init() {
|
|||
}
|
||||
|
||||
var cmdMaster = &Command{
|
||||
UsageLine: "master -port=8080 -dir=/tmp -volumes=0-99 -publicUrl=server_name:8080 -mserver=localhost:9333",
|
||||
UsageLine: "master -port=9333",
|
||||
Short: "start a master server",
|
||||
Long: `start a master server to provide volume=>location mapping service
|
||||
and sequence number of file ids
|
||||
|
|
Loading…
Reference in a new issue