aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshichanglin5 <shichanglin5@qq.com>2022-06-10 12:46:10 +0800
committershichanglin5 <shichanglin5@qq.com>2022-06-10 12:46:10 +0800
commita63559ee6cf93b470c1e0929d4b2f12f9ebc5ed8 (patch)
tree821eefd39f4f39ec8658556ec7effbf74bad4323
parent37da68931941b1f084b7f4312722e4241e9ab0b0 (diff)
downloadseaweedfs-a63559ee6cf93b470c1e0929d4b2f12f9ebc5ed8.tar.xz
seaweedfs-a63559ee6cf93b470c1e0929d4b2f12f9ebc5ed8.zip
fix: fix command prompt information
-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>
`
}