fix help message
This commit is contained in:
@@ -27,7 +27,7 @@ func (c *commandRemoteUnmount) Help() string {
|
||||
return `unmount remote storage
|
||||
|
||||
# assume a remote storage is configured to name "s3_1"
|
||||
remote.configure -name=s3_1 -type=s3 -access_key=xxx -secret_key=yyy
|
||||
remote.configure -name=s3_1 -type=s3 -s3.access_key=xxx -s3.secret_key=yyy
|
||||
# mount and pull one bucket
|
||||
remote.mount -dir=/xxx -remote=s3_1/bucket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user