Change timeout notice to mentioning shift away from zlib

This commit is contained in:
Winterhuman 2023-09-23 21:59:11 +00:00 committed by GitHub
parent 537504847e
commit d6780c3b3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)),