diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-10 00:52:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 00:52:11 -0700 |
| commit | 873830a7bf37e6d1fcb2f03880f4e28fb279e91d (patch) | |
| tree | 821eefd39f4f39ec8658556ec7effbf74bad4323 | |
| parent | 37da68931941b1f084b7f4312722e4241e9ab0b0 (diff) | |
| parent | a63559ee6cf93b470c1e0929d4b2f12f9ebc5ed8 (diff) | |
| download | seaweedfs-873830a7bf37e6d1fcb2f03880f4e28fb279e91d.tar.xz seaweedfs-873830a7bf37e6d1fcb2f03880f4e28fb279e91d.zip | |
Merge pull request #3160 from shichanglin5/shichanglin5
fix: fix command prompt information
| -rw-r--r-- | weed/shell/command_s3_bucket_create.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_s3_bucket_create.go b/weed/shell/command_s3_bucket_create.go index 3476e6926..ffee40be5 100644 --- a/weed/shell/command_s3_bucket_create.go +++ b/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> ` } |
