Add legacy lz4 mode support

This commit is contained in:
topjohnwu
2017-03-29 04:09:59 +08:00
parent 3f016f785f
commit 5aced279d6
4 changed files with 109 additions and 20 deletions

View File

@ -35,7 +35,7 @@ static void usage(char *arg0) {
fprintf(stderr, "\n");
fprintf(stderr, "%s --compress[=method] <infile> [outfile]\n", arg0);
fprintf(stderr, " Compress <infile> with [method](default: gzip), optionally to [outfile]\n Supported methods: " SUP_LIST "\n");
fprintf(stderr, " Compress <infile> with [method] (default: gzip), optionally to [outfile]\n Supported methods: " SUP_LIST "\n");
fprintf(stderr, "\n");
fprintf(stderr, "%s --decompress <infile> [outfile]\n", arg0);