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:
@@ -21,7 +21,7 @@ you want to selectively delete files.
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
fdst := cmd.NewFsDst(args)
|
||||
cmd.Run(true, command, func() error {
|
||||
cmd.Run(true, false, command, func() error {
|
||||
return fs.Purge(fdst)
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user