forked from TrueCloudLab/rclone
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
525433e6dd
commit
4a001b8a02
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue