mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 08:38:11 +02:00
Only show transfer stats on commands which transfer stuff - fixes #849
This commit is contained in:
@ -34,7 +34,7 @@ delete all files bigger than 100MBytes.
|
||||
Run: func(command *cobra.Command, args []string) {
|
||||
cmd.CheckArgs(1, 1, command, args)
|
||||
fsrc := cmd.NewFsSrc(args)
|
||||
cmd.Run(true, command, func() error {
|
||||
cmd.Run(true, false, command, func() error {
|
||||
return fs.Delete(fsrc)
|
||||
})
|
||||
},
|
||||
|
Reference in New Issue
Block a user