1
0
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:
n4n5
2025-11-13 14:47:40 +01:00
committed by GitHub
parent cf94824426
commit 71138082ea
8 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
//go:build !plan9
// Package list inplements 'rclone archive list'
// Package list implements 'rclone archive list'
package list
import (

View File

@@ -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.