From 63b450a2a512042fd0b478e22cf4a26ad5cc3213 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sat, 11 Sep 2021 21:10:46 +0200 Subject: [PATCH] config: minor improvement of help text for encoding option See #5551 --- fs/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/config/config.go b/fs/config/config.go index e17902054..ca5b0903d 100644 --- a/fs/config/config.go +++ b/fs/config/config.go @@ -51,7 +51,7 @@ const ( ConfigEncoding = "encoding" // 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 = "config_authorize"