mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-16 15:58:06 -04:00
doc: be explicit about --input-list expecting a list of file paths
This commit is contained in:
parent
e70fc2997d
commit
4d3ba94c3f
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user