mirror of
https://github.com/rclone/rclone.git
synced 2025-12-10 13:23:21 +00:00
crypt: Fix typo in cryptcheck's short description
This commit is contained in:
@@ -14,7 +14,7 @@ func init() {
|
|||||||
|
|
||||||
var commandDefintion = &cobra.Command{
|
var commandDefintion = &cobra.Command{
|
||||||
Use: "cryptcheck remote:path cryptedremote:path",
|
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: `
|
Long: `
|
||||||
rclone cryptcheck checks a remote against a crypted remote. This is
|
rclone cryptcheck checks a remote against a crypted remote. This is
|
||||||
the equivalent of running rclone check, but able to check the
|
the equivalent of running rclone check, but able to check the
|
||||||
|
|||||||
Reference in New Issue
Block a user