config: minor improvement of help text for encoding option

See #5551
This commit is contained in:
albertony 2021-09-11 21:10:46 +02:00
parent 843b77aaaa
commit 63b450a2a5

View File

@ -51,7 +51,7 @@ const (
ConfigEncoding = "encoding" ConfigEncoding = "encoding"
// ConfigEncodingHelp is the help for ConfigEncoding // ConfigEncodingHelp is the help for ConfigEncoding
ConfigEncodingHelp = "This sets the encoding for the backend.\n\nSee the [encoding section in the overview](/overview/#encoding) for more info." ConfigEncodingHelp = "The encoding for the backend.\n\nSee the [encoding section in the overview](/overview/#encoding) for more info."
// ConfigAuthorize indicates that we just want "rclone authorize" // ConfigAuthorize indicates that we just want "rclone authorize"
ConfigAuthorize = "config_authorize" ConfigAuthorize = "config_authorize"