Browse Source

Merge pull request #3160 from shichanglin5/shichanglin5

fix: fix command prompt information
pull/3164/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
873830a7bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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 return `create a bucket with a given name
Example: Example:
s3.bucket.create -name <bucket_name> -replication 001
s3.bucket.create -name <bucket_name>
` `
} }

Loading…
Cancel
Save