Merge pull request #3160 from shichanglin5/shichanglin5

fix: fix command prompt information
This commit is contained in:
Chris Lu 2022-06-10 00:52:11 -07:00 committed by GitHub
commit 873830a7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
`
}