mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 14:27:30 -04:00
Point to man page for -l
option
This commit is contained in:
parent
7241627d77
commit
aa63c3e1d3
@ -314,7 +314,7 @@ int mkdwarfs(int argc, char** argv) {
|
||||
"filesystem output name")
|
||||
("compress-level,l",
|
||||
po::value<unsigned>(&level)->default_value(default_level),
|
||||
"compression level (0=fast, 9=best)")
|
||||
"compression level (0=fast, 9=best, please see man page for details)")
|
||||
("block-size-bits,S",
|
||||
po::value<unsigned>(&cfg.block_size_bits),
|
||||
"block size bits (size = 2^bits)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user