mirror of
https://github.com/rclone/rclone.git
synced 2025-02-16 18:41:54 +01:00
cryptdecode: fix formatting
This commit is contained in:
parent
768ad4de2a
commit
14c0d8a93e
@ -38,7 +38,7 @@ use it like this
|
|||||||
rclone cryptdecode --reverse encryptedremote: filename1 filename2
|
rclone cryptdecode --reverse encryptedremote: filename1 filename2
|
||||||
|
|
||||||
Another way to accomplish this is by using the ` + "`rclone backend encode` (or `decode`)" + `command.
|
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) {
|
Run: func(command *cobra.Command, args []string) {
|
||||||
cmd.CheckArgs(2, 11, command, args)
|
cmd.CheckArgs(2, 11, command, args)
|
||||||
|
Loading…
Reference in New Issue
Block a user