aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-06 15:13:38 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-06 15:13:38 -0700
commit8e4b43a01717a6445e5b8e81fba7b64c4c73b129 (patch)
tree2129bfca1bbcd9ccb574c02fedad0097411ab284
parentc218ef20c760fafde03430cac2066586cd2cf4d0 (diff)
downloadseaweedfs-8e4b43a01717a6445e5b8e81fba7b64c4c73b129.tar.xz
seaweedfs-8e4b43a01717a6445e5b8e81fba7b64c4c73b129.zip
minor
-rw-r--r--weed/shell/command_remote_mount_buckets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_mount_buckets.go b/weed/shell/command_remote_mount_buckets.go
index f5fec9ab4..f76629193 100644
--- a/weed/shell/command_remote_mount_buckets.go
+++ b/weed/shell/command_remote_mount_buckets.go
@@ -42,7 +42,7 @@ func (c *commandRemoteMountBuckets) Do(args []string, commandEnv *CommandEnv, wr
remoteMountBucketsCommand := flag.NewFlagSet(c.Name(), flag.ContinueOnError)
- remote := remoteMountBucketsCommand.String("remote", "", "a already configured storage name")
+ remote := remoteMountBucketsCommand.String("remote", "", "an already configured storage name")
bucketPattern := remoteMountBucketsCommand.String("bucketPattern", "", "match existing bucket name with wildcard characters '*' and '?'")
trimBucketSuffix := remoteMountBucketsCommand.Bool("trimBucketSuffix", true, "remote suffix auto generated by 'weed filer.remote.sync'")
apply := remoteMountBucketsCommand.Bool("apply", false, "apply the mount for listed buckets")