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.91k stars 132 forks source link

Documentation: clarification about the -C / --xattr option #452

Closed ThomVivet closed 3 years ago

ThomVivet commented 3 years ago

About the -C / --xattr option, I can read into the documentation here https://rmlint.readthedocs.io/en/latest/rmlint.1.html:

Shortcut for --xattr-write, --xattr-write, --write-unfinished.

I suppose that instead of that we should read : --xattr-read, --xattr-write, --write-unfinished

Is that right ?

vb0 commented 3 years ago

Also I think --xattr-write and --write-unfinished should (at least for now) NEVER be combined because of https://github.com/sahib/rmlint/issues/439#issuecomment-734771299

sahib commented 3 years ago

I suppose that instead of that we should read : --xattr-read, --xattr-write, --write-unfinished

That has been already fixed in 0c6ae08118e597e0be9537b8828c2a585de26ebf. It will propagate to the docs on the next release.