fix help message

This commit is contained in:
Chris Lu
2021-11-07 12:38:35 -08:00
parent 55973e8572
commit a8b0f8864d
5 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ func (c *commandRemoteMount) Help() string {
return `mount remote storage and pull its metadata
# assume a remote storage is configured to name "cloud1"
remote.configure -name=cloud1 -type=s3 -access_key=xxx -secret_key=yyy
remote.configure -name=cloud1 -type=s3 -s3.access_key=xxx -s3.secret_key=yyy
# mount and pull one bucket
remote.mount -dir=/xxx -remote=cloud1/bucket