Skip to content

Commit af5fe89

Browse files
committed
add --no-repeated-offsets to help
1 parent 331857a commit af5fe89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,6 @@ fn print_help(exit_code: i32) -> ! {
146146
eprintln!(" --invert-bit-encoding");
147147
eprintln!(" --simplified-prob-update");
148148
eprintln!(" --big-endian-bitstream (implies --bitstream)");
149+
eprintln!(" --no-repeated-offsets");
149150
process::exit(exit_code);
150151
}

0 commit comments

Comments
 (0)