mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix: fix command prompt information
This commit is contained in:
parent
37da689319
commit
a63559ee6c
|
@ -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>
|
||||
`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue