From 766290411b6cbe6a94641000c250b7db55fc1c53 Mon Sep 17 00:00:00 2001 From: Shaun Alexander <37967220+sierra-alpha@users.noreply.github.com> Date: Sat, 24 Aug 2024 15:41:33 +1200 Subject: [PATCH] filer.remote.gateway not filer.remote.sync for remote.mount.buckets help string. (#5934) --- weed/shell/command_remote_mount_buckets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ` }