doc: be explicit about --input-list expecting a list of file paths

This commit is contained in:
Marcus Holland-Moritz 2024-01-10 00:49:00 +01:00
parent e70fc2997d
commit 4d3ba94c3f
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ There are two mandatory options for specifying the input and output:
is the source filesystem.
- `--input-list=`*file*|`-`:
Read list of paths to add to the file system from this file or from stdin.
Read list of file paths to add to the file system from this file or from stdin.
The path names will be interpreted relative to the path given with `--input`.
If `--input` is omitted, the path names will be interpreted relative to the
current directory. If you want files to be stored in the exact same order

View File

@ -431,7 +431,7 @@ int mkdwarfs_main(int argc, sys_char** argv, iolayer const& iol) {
"path to root directory or source filesystem")
("input-list",
po_sys_value<sys_string>(&input_list_str),
"file containing list of paths relative to root directory")
"file containing list of file paths relative to root directory")
("output,o",
po_sys_value<sys_string>(&output_str),
"filesystem output name")