add --no-repeated-offsets to help

This commit is contained in:
2022-09-25 16:24:24 +02:00
parent 331857a711
commit af5fe898bf

View File

@@ -146,5 +146,6 @@ fn print_help(exit_code: i32) -> ! {
eprintln!(" --invert-bit-encoding");
eprintln!(" --simplified-prob-update");
eprintln!(" --big-endian-bitstream (implies --bitstream)");
eprintln!(" --no-repeated-offsets");
process::exit(exit_code);
}