change command name to --filelist=

updated documentation and man page
This commit is contained in:
Yann Collet
2019-10-28 13:54:36 -07:00
parent a78a8759a2
commit d7f258d845
4 changed files with 85 additions and 98 deletions
+3
View File
@@ -191,6 +191,9 @@ the last one takes effect.
This is the default behavior.
* `-r`:
operate recursively on directories
* `--filelist=FILE`
read a list of files to process as content from `FILE`.
Format is compatible with `ls` output, with one file per file.
* `--output-dir-flat[=dir]`:
resulting files are stored into target `dir` directory,
instead of same directory as origin file.