aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_remote_mount.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-14 15:55:53 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-14 15:55:53 -0700
commitcb53802752919fd91342927b401f8f66652c79ec (patch)
tree82ec77d1287860a4bbca5be716ab88b98ce6c97a /weed/shell/command_remote_mount.go
parent889b143fa73b95f15548fd31e0543496afd91362 (diff)
downloadseaweedfs-cb53802752919fd91342927b401f8f66652c79ec.tar.xz
seaweedfs-cb53802752919fd91342927b401f8f66652c79ec.zip
adjust help message
Diffstat (limited to 'weed/shell/command_remote_mount.go')
-rw-r--r--weed/shell/command_remote_mount.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/shell/command_remote_mount.go b/weed/shell/command_remote_mount.go
index 3b04fec63..189d1d937 100644
--- a/weed/shell/command_remote_mount.go
+++ b/weed/shell/command_remote_mount.go
@@ -31,12 +31,12 @@ func (c *commandRemoteMount) Help() string {
remote.configure -name=cloud1 -type=s3 -access_key=xxx -secret_key=yyy
# mount and pull one bucket
- remote.mount -dir=xxx -remote=cloud1/bucket
+ remote.mount -dir=/xxx -remote=cloud1/bucket
# mount and pull one directory in the bucket
- remote.mount -dir=xxx -remote=cloud1/bucket/dir1
+ remote.mount -dir=/xxx -remote=cloud1/bucket/dir1
# after mount, start a separate process to write updates to remote storage
- weed filer.remote.sync -filer=<filerHost>:<filerPort> -dir=xxx
+ weed filer.remote.sync -filer=<filerHost>:<filerPort> -dir=/xxx
`
}