1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-20 02:10:20 +02:00

fix: fix command prompt information

This commit is contained in:
shichanglin5 2022-06-10 12:46:10 +08:00
parent 37da689319
commit a63559ee6c

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