mirror of
https://github.com/rclone/rclone.git
synced 2025-02-14 01:19:43 +01:00
check: add back missing --download flag - fixes #4565
This was accidentally removed when refactoring check and cryptcheck in
8b6f2bbb4b
check,cryptcheck: add reporting of filenames for same/missing/changed #3264
This commit is contained in:
parent
087b5788e2
commit
59d5767a07
@ -29,6 +29,7 @@ var (
|
|||||||
func init() {
|
func init() {
|
||||||
cmd.Root.AddCommand(commandDefinition)
|
cmd.Root.AddCommand(commandDefinition)
|
||||||
cmdFlags := commandDefinition.Flags()
|
cmdFlags := commandDefinition.Flags()
|
||||||
|
flags.BoolVarP(cmdFlags, &download, "download", "", download, "Check by downloading rather than with hash.")
|
||||||
AddFlags(cmdFlags)
|
AddFlags(cmdFlags)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user