mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
fix: comment typos
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//go:build !plan9
|
||||
|
||||
// Package list inplements 'rclone archive list'
|
||||
// Package list implements 'rclone archive list'
|
||||
package list
|
||||
|
||||
import (
|
||||
|
||||
@@ -23,7 +23,7 @@ func init() {
|
||||
var commandDefinition = &cobra.Command{
|
||||
Use: "cryptcheck remote:path cryptedremote:path",
|
||||
Short: `Cryptcheck checks the integrity of an encrypted remote.`,
|
||||
Long: `Checks a remote against a [crypted](/crypt/) remote. This is the equivalent
|
||||
Long: `Checks a remote against an [encrypted](/crypt/) remote. This is the equivalent
|
||||
of running rclone [check](/commands/rclone_check/), but able to check the
|
||||
checksums of the encrypted remote.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user