mirror of
https://github.com/rclone/rclone.git
synced 2025-02-02 03:29:51 +01:00
docs: fix incorrect syntax in config update example
This commit is contained in:
parent
5104e24153
commit
318fa4472b
@ -274,7 +274,7 @@ you would do:
|
|||||||
If the remote uses OAuth the token will be updated, if you don't
|
If the remote uses OAuth the token will be updated, if you don't
|
||||||
require this add an extra parameter thus:
|
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,
|
`, "|", "`") + configPasswordHelp,
|
||||||
RunE: func(command *cobra.Command, args []string) error {
|
RunE: func(command *cobra.Command, args []string) error {
|
||||||
cmd.CheckArgs(1, 256, command, args)
|
cmd.CheckArgs(1, 256, command, args)
|
||||||
|
Loading…
Reference in New Issue
Block a user