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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |
|
|
|
` |
|
|
|
} |
|
|
|
|
|
|
|