Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add --lzw option (not supported) for gzip compatibility.
  • Loading branch information
madler committed Dec 27, 2017
1 parent b505e4e commit 57864e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pigz.c
Expand Up @@ -4076,7 +4076,7 @@ local void defaults(void) {

// Long options conversion to short options.
local char *longopts[][2] = {
{"LZW", "Z"}, {"ascii", "a"}, {"best", "9"}, {"bits", "Z"},
{"LZW", "Z"}, {"lzw", "Z"}, {"ascii", "a"}, {"best", "9"}, {"bits", "Z"},
{"blocksize", "b"}, {"decompress", "d"}, {"fast", "1"}, {"force", "f"},
#ifndef NOZOPFLI
{"first", "F"}, {"iterations", "I"}, {"maxsplits", "J"}, {"oneblock", "O"},
Expand Down

0 comments on commit 57864e6

Please sign in to comment.