We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331857a commit af5fe89Copy full SHA for af5fe89
1 file changed
src/main.rs
@@ -146,5 +146,6 @@ fn print_help(exit_code: i32) -> ! {
146
eprintln!(" --invert-bit-encoding");
147
eprintln!(" --simplified-prob-update");
148
eprintln!(" --big-endian-bitstream (implies --bitstream)");
149
+ eprintln!(" --no-repeated-offsets");
150
process::exit(exit_code);
151
}
0 commit comments