From 318fa4472b814d0dec3811dcd36dde348e337ba5 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Tue, 8 Jun 2021 08:41:32 +0200 Subject: [PATCH] docs: fix incorrect syntax in config update example --- cmd/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/config/config.go b/cmd/config/config.go index 5d2475da8..f538a7dd3 100644 --- a/cmd/config/config.go +++ b/cmd/config/config.go @@ -274,7 +274,7 @@ you would do: If the remote uses OAuth the token will be updated, if you don't require this add an extra parameter thus: - rclone config update myremote swift env_auth=true config_refresh_token=false + rclone config update myremote env_auth=true config_refresh_token=false `, "|", "`") + configPasswordHelp, RunE: func(command *cobra.Command, args []string) error { cmd.CheckArgs(1, 256, command, args)