mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 09:30:03 +02:00
hashsum: treat hash values in sum file as case insensitive
Also warn duplicate file paths in sum files. Fixes https://forum.rclone.org/t/rclone-check-sum/25566/45
This commit is contained in:
@@ -76,7 +76,7 @@ Then
|
||||
|
||||
$ rclone hashsum MD5 remote:path
|
||||
|
||||
Note that hash names are case insensitive.
|
||||
Note that hash names are case insensitive and values are output in lower case.
|
||||
`,
|
||||
RunE: func(command *cobra.Command, args []string) error {
|
||||
cmd.CheckArgs(0, 2, command, args)
|
||||
|
Reference in New Issue
Block a user