aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
`
}