From 14c0d8a93ec6e9780f6b9a701976ce3ef81006d8 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Thu, 21 Jan 2021 10:39:51 +0000 Subject: [PATCH] cryptdecode: fix formatting --- cmd/cryptdecode/cryptdecode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/cryptdecode/cryptdecode.go b/cmd/cryptdecode/cryptdecode.go index bd754b017..c8859ebce 100644 --- a/cmd/cryptdecode/cryptdecode.go +++ b/cmd/cryptdecode/cryptdecode.go @@ -38,7 +38,7 @@ use it like this rclone cryptdecode --reverse encryptedremote: filename1 filename2 Another way to accomplish this is by using the ` + "`rclone backend encode` (or `decode`)" + `command. -See the documentation on the ` + "`crypt`" + ` overlay for more info. +See the documentation on the ` + "`crypt`" + ` overlay for more info. `, Run: func(command *cobra.Command, args []string) { cmd.CheckArgs(2, 11, command, args)