From ca35a77e8590331afbf7d359898916b54acb0c60 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 23 Aug 2021 00:37:55 -0700 Subject: [PATCH] adjust help message --- weed/shell/command_remote_configure.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weed/shell/command_remote_configure.go b/weed/shell/command_remote_configure.go index 466d42afb..504ab4f95 100644 --- a/weed/shell/command_remote_configure.go +++ b/weed/shell/command_remote_configure.go @@ -32,7 +32,8 @@ func (c *commandRemoteConfigure) Help() string { remote.configure # set or update a configuration - 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 + remote.configure -name=cloud2 -type=gcs -gcs.appCredentialsFile=~/service-account-file.json # delete one configuration remote.configure -delete -name=cloud1