forked from TrueCloudLab/rclone
crypt: Fix typo in cryptcheck's short description
This commit is contained in:
parent
a308ad5bd7
commit
1817d8f631
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ func init() {
|
|||
|
||||
var commandDefintion = &cobra.Command{
|
||||
Use: "cryptcheck remote:path cryptedremote:path",
|
||||
Short: `Cryptcheck checks the integritity of a crypted remote.`,
|
||||
Short: `Cryptcheck checks the integrity of a crypted remote.`,
|
||||
Long: `
|
||||
rclone cryptcheck checks a remote against a crypted remote. This is
|
||||
the equivalent of running rclone check, but able to check the
|
||||
|
|
Loading…
Reference in a new issue