diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-24 23:28:35 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-24 23:28:35 -0700 |
| commit | 2d805beed4d19dbd141cc312c9bc110cd76f3d60 (patch) | |
| tree | c158d012482437d29c4064313093d9edb12e57b8 /weed/shell/command_remote_configure.go | |
| parent | c6c97bd83d379cb101a50fb141d9eae1685dbf89 (diff) | |
| download | seaweedfs-2d805beed4d19dbd141cc312c9bc110cd76f3d60.tar.xz seaweedfs-2d805beed4d19dbd141cc312c9bc110cd76f3d60.zip | |
add help mesages
Diffstat (limited to 'weed/shell/command_remote_configure.go')
| -rw-r--r-- | weed/shell/command_remote_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go index 8ea5fd39e..21d0558d1 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -54,7 +54,7 @@ func (c *commandRemoteConfigure) Do(args []string, commandEnv *CommandEnv, write isDelete := remoteConfigureCommand.Bool("delete", false, "delete one remote storage by its name") remoteConfigureCommand.StringVar(&conf.Name, "name", "", "a short name to identify the remote storage") - remoteConfigureCommand.StringVar(&conf.Type, "type", "s3", "[s3|gcs|azure|b2] storage type") + remoteConfigureCommand.StringVar(&conf.Type, "type", "s3", "[s3|gcs|azure|b2|aliyun|tencent] storage type") remoteConfigureCommand.StringVar(&conf.S3AccessKey, "s3.access_key", "", "s3 access key") remoteConfigureCommand.StringVar(&conf.S3SecretKey, "s3.secret_key", "", "s3 secret key") |
