Change timeout notice to mentioning shift away from zlib
This commit is contained in:
parent
537504847e
commit
d6780c3b3b
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ fn main() {
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::new("timeout")
|
Arg::new("timeout")
|
||||||
.help("Maximum amount of time, in seconds, to spend on optimizations (not useful for compression algorithms which use fewer rounds as the timeout is checked inbetween rounds)")
|
.help("Maximum amount of time, in seconds, to spend on optimizations (currently of limited use due to the shift away from zlib)")
|
||||||
.value_name("secs")
|
.value_name("secs")
|
||||||
.long("timeout")
|
.long("timeout")
|
||||||
.value_parser(value_parser!(u64)),
|
.value_parser(value_parser!(u64)),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue