sahib / rmlint

Extremely fast tool to remove duplicates and other lint from your filesystem
http://rmlint.rtfd.org
GNU General Public License v3.0
1.85k stars 128 forks source link

Documentation bug for -c sh:link #657

Open sfc-gh-abalik opened 2 months ago

sfc-gh-abalik commented 2 months ago

The docs say that -c sh:link is a shortcut for -c sh:handler=clone,reflink,hardlink,symlink.

But in the code it's actually -c sh:handler=reflink,hardlink,symlink

I think the docs should be updated for this. Also, -c sh:clone should be documented.