mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 10:13:52 +08: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) {
|
Run: func(command *cobra.Command, args []string) {
|
||||||
cmd.CheckArgs(2, 2, command, args)
|
cmd.CheckArgs(2, 2, command, args)
|
||||||
fsrc, fdst := cmd.NewFsSrcDst(args)
|
fsrc, fdst := cmd.NewFsSrcDst(args)
|
||||||
cmd.Run(false, false, command, func() error {
|
cmd.Run(false, true, command, func() error {
|
||||||
if download {
|
if download {
|
||||||
return operations.CheckDownload(context.Background(), fdst, fsrc, oneway)
|
return operations.CheckDownload(context.Background(), fdst, fsrc, oneway)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user