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