Skip to content

Commit

Permalink
Add mentions of zopfli to documentation and help.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed May 30, 2016
1 parent c3f91d1 commit b327e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pigz.1
Expand Up @@ -116,7 +116,8 @@ indicates the slowest compression method (best compression).
.B -0
is no compression.
.B \-11
gives a few percent better compression at a severe cost in execution time.
gives a few percent better compression at a severe cost in execution time,
using the zopfli algorithm by Jyrki Alakuijala.
The default is
.B \-6.
.TP
Expand Down
2 changes: 1 addition & 1 deletion pigz.c
Expand Up @@ -3766,7 +3766,7 @@ local char *helptext[] = {
#endif
"",
"Options:",
" -0 to -9, -11 Compression level (11 is much slower, a few % better)",
" -0 to -9, -11 Compression level (level 11, zopfli, is much slower)",
" --fast, --best Compression levels 1 and 9 respectively",
" -b, --blocksize mmm Set compression block size to mmmK (default 128K)",
" -c, --stdout Write all processed output to stdout (won't delete)",
Expand Down
Binary file modified pigz.pdf
Binary file not shown.

0 comments on commit b327e28

Please sign in to comment.