Browse Source

fix: fix command prompt information

pull/3160/head
shichanglin5 3 years ago
parent
commit
a63559ee6c
  1. 2
      weed/shell/command_s3_bucket_create.go

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

Loading…
Cancel
Save