markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
794 stars 78 forks source link

Warn if no files are checked #294

Closed dingens closed 11 months ago

dingens commented 1 year ago

When you just run duperemove it won't run normally, but display the usage notes instead.

However, when you run duperemove -h or -r, it seems to run normally, but actually checks nothing at all (because no files/directories are given). The output is very misleading then:

$ duperemove -h
Gathering file list...
No dedupe candidates found.

I suggest to either

JackSlateur commented 11 months ago

Thank you @dingens for the report!