Skip to content

Commit 19405ca

Browse files
author
Josh Holmer
committed
Fix help text
Closes #70
1 parent 5515456 commit 19405ca

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/main.rs

+10-10
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,16 @@ fn main() {
203203
}
204204
}))
205205
.after_help("Optimization levels:
206-
-o 0 => --zc 3 --nz (0 or 1 trials)
207-
-o 1 => --zc 9 (1 trial, determined heuristically)
208-
-o 2 => --zc 9 --zs 0-3 --f 0,5 (8 trials)
209-
-o 3 => --zc 9 --zm 8-9 --zs 0-3 --f 0,5 (16 trials)
210-
-o 4 => --zc 9 --zm 8-9 --zs 0-3 --f 0-5 (48 trials)
211-
-o 5 => --zc 3-9 --zm 8-9 --zs 0-3 --f 0-5 (192 trials)
212-
-o 6 => --zc 1-9 --zm 7-9 --zs 0-3 --f 0-5 (360 trials)
213-
-o 6 --zm 1-9 => --zc 1-9 --zm 1-9 --zs 0-3 --f 0-5 (1080 trials)
214-
215-
Exhaustive combinations such as \"-o6 -zm1-9\" are not generally recommended.
206+
-o 0 => --zc 3 --nz (0 or 1 trials)
207+
-o 1 => --zc 9 (1 trial, determined heuristically)
208+
-o 2 => --zc 9 --zs 0-3 -f 0,5 (8 trials)
209+
-o 3 => --zc 9 --zm 8-9 --zs 0-3 -f 0,5 (16 trials)
210+
-o 4 => --zc 9 --zm 8-9 --zs 0-3 -f 0-5 (48 trials)
211+
-o 5 => --zc 3-9 --zm 8-9 --zs 0-3 -f 0-5 (192 trials)
212+
-o 6 => --zc 1-9 --zm 7-9 --zs 0-3 -f 0-5 (360 trials)
213+
-o 6 --zm 1-9 => --zc 1-9 --zm 1-9 --zs 0-3 -f 0-5 (1080 trials)
214+
215+
Exhaustive combinations such as \"-o 6 --zm 1-9\" are not generally recommended.
216216
These are very slow and generally provide no compression gain.
217217
218218
Manually specifying a compression option (zc, zm, etc.) will override the optimization preset,

0 commit comments

Comments
 (0)