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=: -createBucketAt=cloud1 + weed filer.remote.gateway -filer=: -createBucketAt=cloud1 ` }