mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
docs(mkdwarfs): writing to stdout
This commit is contained in:
parent
7389b56f22
commit
4a0c6dff8c
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
|
|
||||||
`mkdwarfs` `-i` *path* `-o` *file* [*options*...]
|
`mkdwarfs` `-i` *path* `-o` *file*|`-` [*options*...]
|
||||||
`mkdwarfs` `--input-list=`*file*|`-` `-o` *file* [*options*...]
|
`mkdwarfs` `--input-list=`*file*|`-` `-o` *file*|`-` [*options*...]
|
||||||
`mkdwarfs` `-i` *file* `-o` *file* `--recompress` [*options*...]
|
`mkdwarfs` `-i` *file* `-o` *file*|`-` `--recompress` [*options*...]
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
|
|
||||||
|
@ -431,10 +431,11 @@ int mkdwarfs_main(int argc, sys_char** argv, iolayer const& iol) {
|
|||||||
"path to root directory or source filesystem")
|
"path to root directory or source filesystem")
|
||||||
("input-list",
|
("input-list",
|
||||||
po_sys_value<sys_string>(&input_list_str),
|
po_sys_value<sys_string>(&input_list_str),
|
||||||
"file containing list of file paths relative to root directory")
|
"file containing list of file paths relative to root directory "
|
||||||
|
"or - for stdin")
|
||||||
("output,o",
|
("output,o",
|
||||||
po_sys_value<sys_string>(&output_str),
|
po_sys_value<sys_string>(&output_str),
|
||||||
"filesystem output name")
|
"filesystem output name or - for stdout")
|
||||||
("force,f",
|
("force,f",
|
||||||
po::value<bool>(&force_overwrite)->zero_tokens(),
|
po::value<bool>(&force_overwrite)->zero_tokens(),
|
||||||
"force overwrite of existing output image")
|
"force overwrite of existing output image")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user