mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
check: make it show stats by default
This commit is contained in:
parent
4bb103ef43
commit
9445b12328
@ -45,7 +45,7 @@ destination that are not in the source will not trigger an error.
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(2, 2, command, args)
|
||||
fsrc, fdst := cmd.NewFsSrcDst(args)
|
||||
cmd.Run(false, false, command, func() error {
|
||||
cmd.Run(false, true, command, func() error {
|
||||
if download {
|
||||
return operations.CheckDownload(context.Background(), fdst, fsrc, oneway)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user