mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 14:59:52 -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",
|
||||
po::value<unsigned>(&cfg.blockhash_window_size),
|
||||
"window sizes for block hashing")
|
||||
("window-step",
|
||||
("window-step,w",
|
||||
po::value<unsigned>(&cfg.window_increment_shift),
|
||||
"window step (as right shift of size)")
|
||||
("bloom-filter-size",
|
||||
|
Loading…
x
Reference in New Issue
Block a user