Browse Source

filer first, master second

pull/1700/head
Chris Lu 4 years ago
parent
commit
4cf3176cbb
  1. 2
      weed/shell/command_bucket_create.go

2
weed/shell/command_bucket_create.go

@ -34,7 +34,7 @@ func (c *commandBucketCreate) Do(args []string, commandEnv *CommandEnv, writer i
bucketCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError)
bucketName := bucketCommand.String("name", "", "bucket name")
replication := bucketCommand.String("replication", "", "replication setting for the bucket, if not set it will honor the setting defined by the master")
replication := bucketCommand.String("replication", "", "replication setting for the bucket, if not set it will honor the setting defined by the filer or master")
if err = bucketCommand.Parse(args); err != nil {
return nil
}

Loading…
Cancel
Save