diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-07 12:38:35 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-07 12:38:35 -0800 |
| commit | a8b0f8864d4870d59e4e098d33997f416af8c6ba (patch) | |
| tree | a6c07c217ba08971dc612a1cf51e0b2e4ee25a5b /weed/shell/command_remote_unmount.go | |
| parent | 55973e857282af8f25249be2ec9cc8b0b8302edd (diff) | |
| download | seaweedfs-a8b0f8864d4870d59e4e098d33997f416af8c6ba.tar.xz seaweedfs-a8b0f8864d4870d59e4e098d33997f416af8c6ba.zip | |
fix help message
Diffstat (limited to 'weed/shell/command_remote_unmount.go')
| -rw-r--r-- | weed/shell/command_remote_unmount.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_unmount.go b/weed/shell/command_remote_unmount.go index d030143a3..c947a19e6 100644 --- a/weed/shell/command_remote_unmount.go +++ b/weed/shell/command_remote_unmount.go @@ -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 |
