Browse Source

correct wording

pull/2/head
Chris Lu 13 years ago
parent
commit
0109cc0e30
  1. 2
      weed-fs/src/cmd/weed/master.go

2
weed-fs/src/cmd/weed/master.go

@ -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…
Cancel
Save