Skip to content

Commit fa47c82

Browse files
Add --timeout notice (#557)
Closes: #556 Adds a statement saying that `--timeout` isn't as useful for compression algorithms which use fewer and slower rounds, which OxiPNG tends to use nowadays. --------- Co-authored-by: andrews05 <[email protected]>
1 parent b6a238c commit fa47c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ fn main() {
257257
)
258258
.arg(
259259
Arg::new("timeout")
260-
.help("Maximum amount of time, in seconds, to spend on optimizations")
260+
.help("Maximum amount of time, in seconds, to spend on optimizations (currently of limited use due to the shift away from zlib)")
261261
.value_name("secs")
262262
.long("timeout")
263263
.value_parser(value_parser!(u64)),

0 commit comments

Comments
 (0)