From d6780c3b3b4c3b1108e9f9be2f85263fdaafd1d1 Mon Sep 17 00:00:00 2001 From: Winterhuman <86165318+Winterhuman@users.noreply.github.com> Date: Sat, 23 Sep 2023 21:59:11 +0000 Subject: [PATCH] Change timeout notice to mentioning shift away from zlib --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d35b4cee..6f73a22b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -256,7 +256,7 @@ fn main() { ) .arg( 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") .long("timeout") .value_parser(value_parser!(u64)),