dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
332 stars 19 forks source link

man: detox -c #30

Closed mplx closed 3 years ago

mplx commented 3 years ago

The example in the manpages detox -c my_detoxrc -L -v does not work; option -c is neither documented in the man page nor in --help.

EXAMPLES
...
     detox -c my_detoxrc -L -v
                 Will list the sequences within my_detoxrc, showing their filters and options.
$ detox -c my_detoxrc -L -v
detox: invalid option -- 'c'
usage: detox [-hLnrvV] [-f configfile] [-s sequence] [--dry-run] [--inline] [--special]
      file [file ...]

Shoud be -f instead?

dharple commented 3 years ago

You are correct, it should be -f. Thanks!

dharple commented 3 years ago

This is fixed, and will be released with v1.4.0. I also found another typo (in the synopsis) while searching for the -c in the man page. Bonus fix!