diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-22 17:34:44 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-22 17:34:44 -0800 |
| commit | 4cf3176cbbe4a256ad401d56034676820d147d32 (patch) | |
| tree | f8e333754e3d4734700e2c3e7291ea2234773245 | |
| parent | a1009e80449076824eb5255f63cd07a83da9e013 (diff) | |
| download | seaweedfs-4cf3176cbbe4a256ad401d56034676820d147d32.tar.xz seaweedfs-4cf3176cbbe4a256ad401d56034676820d147d32.zip | |
filer first, master second
| -rw-r--r-- | weed/shell/command_bucket_create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_bucket_create.go b/weed/shell/command_bucket_create.go index bbf5385dc..8265c7287 100644 --- a/weed/shell/command_bucket_create.go +++ b/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 } |
