exe/phls in phtools-0.3.0.pre.alpha vs exe/phls in phtools-0.3.0
- old
+ new
@@ -22,16 +22,16 @@
Example: #{tool_name} abc '*aaa*' | phrename -a anb => scans 'abc' folder and
sends all found phtools friendly files filtered with *aaa* to phrename command.
Usage:
- #{tool_name} [-D] [-r] [DIR_OR_FILEMASK...]
+ #{tool_name} [-D] [-R] [DIR_OR_FILEMASK...]
#{tool_name} -h | --help
#{tool_name} -v | --version
Options:
-D --debug Turn on debugging (verbose) mode
- -r --recursive Recursively scan directories
+ -R --recursive Recursively scan directories
-h --help Show this screen.
-v --version Show version.
DOCOPT
PhTools.const_get(tool_name.capitalize).new(usage, file_type).run!