mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Only show transfer stats on commands which transfer stuff - fixes #849
This commit is contained in:
@@ -34,7 +34,7 @@ into ` + "`dest:path`" + ` then delete the original (if no errors on copy) in
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(2, 2, command, args)
|
||||
fsrc, fdst := cmd.NewFsSrcDst(args)
|
||||
cmd.Run(true, command, func() error {
|
||||
cmd.Run(true, true, command, func() error {
|
||||
return fs.MoveDir(fdst, fsrc)
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user