Update --help trial numbers for non-zlib

This commit is contained in:
Ingvar Stepanyan 2020-04-20 12:40:36 +01:00
parent 5536e5acd2
commit 86e7afb4e3

View file

@ -230,12 +230,12 @@ fn main() {
.after_help("Optimization levels: .after_help("Optimization levels:
-o 0 => --zc 3 --nz (0 or 1 trials) -o 0 => --zc 3 --nz (0 or 1 trials)
-o 1 => --zc 9 (1 trial, determined heuristically) -o 1 => --zc 9 (1 trial, determined heuristically)
-o 2 => --zc 9 --zs 0-3 -f 0,5 (8 trials) -o 2 => --zc 9 --zs 0-3 -f 0,5 (8 trials with zlib or 2 trials with other compressors)
-o 3 => --zc 9 --zs 0-3 -f 0-5 (24 trials) -o 3 => --zc 9 --zs 0-3 -f 0-5 (24 trials with zlib or 6 trials with other compressors)
-o 4 => (deprecated; same as `-o 3`) -o 4 => (deprecated; same as `-o 3`)
-o 5 => --zc 3-9 --zs 0-3 -f 0-5 (96 trials) -o 5 => --zc 3-9 --zs 0-3 -f 0-5 (96 trials with zlib; same as `-o 3` for other compressors)
-o 6 => --zc 1-9 --zs 0-3 -f 0-5 (180 trials) -o 6 => --zc 1-9 --zs 0-3 -f 0-5 (180 trials with zlib; same as -o 3` for other compressors)
-o max => (alias for the max compression, currently same as -o 6) -o max => (stable alias for the max compression)
Manually specifying a compression option (zc, zs, etc.) will override the optimization preset, Manually specifying a compression option (zc, zs, etc.) will override the optimization preset,
regardless of the order you write the arguments.") regardless of the order you write the arguments.")