aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_mount_buckets.go
diff options
context:
space:
mode:
authorShaun Alexander <37967220+sierra-alpha@users.noreply.github.com>2024-08-24 15:41:33 +1200
committerGitHub <noreply@github.com>2024-08-23 20:41:33 -0700
commit766290411b6cbe6a94641000c250b7db55fc1c53 (patch)
tree9dc09f4451af932ef448ee0c411cf6a926da0604 /weed/shell/command_remote_mount_buckets.go
parent446329681175dbce771378e7c46bbabfeaa4b74e (diff)
downloadseaweedfs-766290411b6cbe6a94641000c250b7db55fc1c53.tar.xz
seaweedfs-766290411b6cbe6a94641000c250b7db55fc1c53.zip
filer.remote.gateway not filer.remote.sync for remote.mount.buckets help string. (#5934)
Diffstat (limited to 'weed/shell/command_remote_mount_buckets.go')
-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 78843e121..91375d2d2 100644
--- a/weed/shell/command_remote_mount_buckets.go
+++ b/weed/shell/command_remote_mount_buckets.go
@@ -33,7 +33,7 @@ func (c *commandRemoteMountBuckets) Help() string {
remote.mount.buckets -remote=cloud1
# after mount, start a separate process to write updates to remote storage
- weed filer.remote.sync -filer=<filerHost>:<filerPort> -createBucketAt=cloud1
+ weed filer.remote.gateway -filer=<filerHost>:<filerPort> -createBucketAt=cloud1
`
}