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