Skip to content

Commit

Permalink
Mention -l in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
marty-emmanuel committed May 20, 2019
1 parent a26e565 commit 8518a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lz4ultra.c
Expand Up @@ -597,6 +597,7 @@ int main(int argc, char **argv) {
fprintf(stderr, " -BI: use block-independent compression\n");
fprintf(stderr, " -v: be verbose\n");
fprintf(stderr, " -r: raw block format (max. 4 Mb files)\n");
fprintf(stderr, " -l: legacy format compression\n");
fprintf(stderr, "--favor-decSpeed: trade some ratio for faster decompression\n");
fprintf(stderr, " -D <filename>: use dictionary file\n");
return 100;
Expand Down

0 comments on commit 8518a6f

Please sign in to comment.