mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-16 15:58:06 -04:00
Add -w as alias for --window-step
This commit is contained in:
parent
68cb857916
commit
fcf872e5b5
@ -374,7 +374,7 @@ int mkdwarfs(int argc, char** argv) {
|
|||||||
("window-size,W",
|
("window-size,W",
|
||||||
po::value<unsigned>(&cfg.blockhash_window_size),
|
po::value<unsigned>(&cfg.blockhash_window_size),
|
||||||
"window sizes for block hashing")
|
"window sizes for block hashing")
|
||||||
("window-step",
|
("window-step,w",
|
||||||
po::value<unsigned>(&cfg.window_increment_shift),
|
po::value<unsigned>(&cfg.window_increment_shift),
|
||||||
"window step (as right shift of size)")
|
"window step (as right shift of size)")
|
||||||
("bloom-filter-size",
|
("bloom-filter-size",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user