fix help message

This commit is contained in:
Chris Lu
2021-08-10 02:48:41 -07:00
parent e9128e75d0
commit 18228f3044
2 changed files with 7 additions and 7 deletions

View File

@@ -24,10 +24,10 @@ func (c *commandRemoteCache) Name() string {
func (c *commandRemoteCache) Help() string {
return `cache the file content for mounted directories or files
# assume a remote storage is configured to name "s3_1"
remote.configure -name=s3_1 -type=s3 -access_key=xxx -secret_key=yyy
# assume a remote storage is configured to name "cloud1"
remote.configure -name=cloud1 -type=s3 -access_key=xxx -secret_key=yyy
# mount and pull one bucket
remote.mount -dir=xxx -remote=s3_1/bucket
remote.mount -dir=xxx -remote=cloud1/bucket
# after mount, run one of these command to cache the content of the files
remote.cache -dir=xxx