aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_mount.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-08 22:30:12 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-08 22:30:12 -0700
commitdf85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f (patch)
treee6e6524daa1a8879f3a2d9d45ebd87af8675b854 /weed/shell/command_remote_mount.go
parentc0b12da4efbeb272d015c8cd51c1751d4f9abde7 (diff)
downloadseaweedfs-df85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f.tar.xz
seaweedfs-df85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f.zip
adjust help message
Diffstat (limited to 'weed/shell/command_remote_mount.go')
-rw-r--r--weed/shell/command_remote_mount.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/shell/command_remote_mount.go b/weed/shell/command_remote_mount.go
index 91f8de2e2..f7869e221 100644
--- a/weed/shell/command_remote_mount.go
+++ b/weed/shell/command_remote_mount.go
@@ -35,6 +35,9 @@ func (c *commandRemoteMount) Help() string {
# mount and pull one directory in the bucket
remote.mount -dir=xxx -remote=s3_1/bucket/dir1
+ # after mount, start a separate process to write updates to remote storage
+ weed filer.remote.sync -filer=<filerHost>:<filerPort> -dir=xxx
+
`
}