From a63559ee6cf93b470c1e0929d4b2f12f9ebc5ed8 Mon Sep 17 00:00:00 2001 From: shichanglin5 Date: Fri, 10 Jun 2022 12:46:10 +0800 Subject: [PATCH] fix: fix command prompt information --- weed/shell/command_s3_bucket_create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -replication 001 + s3.bucket.create -name ` }