aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_bucket_create.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/shell/command_s3_bucket_create.go')
-rw-r--r--weed/shell/command_s3_bucket_create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_create.go b/weed/shell/command_s3_bucket_create.go
index 3476e6926..ffee40be5 100644
--- a/weed/shell/command_s3_bucket_create.go
+++ b/weed/shell/command_s3_bucket_create.go
@@ -26,7 +26,7 @@ func (c *commandS3BucketCreate) Help() string {
return `create a bucket with a given name
Example:
- s3.bucket.create -name <bucket_name> -replication 001
+ s3.bucket.create -name <bucket_name>
`
}