Fix manpage for --zi
This commit is contained in:
parent
f8c84c258d
commit
112aa06a6d
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ Recommended use is with '-o max' and '--fast'.")
|
||||||
Set the number of iterations to use for Zopfli compression. Using fewer iterations may \
|
Set the number of iterations to use for Zopfli compression. Using fewer iterations may \
|
||||||
speed up compression for large files. This option requires '--zopfli' to be set.")
|
speed up compression for large files. This option requires '--zopfli' to be set.")
|
||||||
.long("zi")
|
.long("zi")
|
||||||
|
.value_name("iterations")
|
||||||
.default_value("15")
|
.default_value("15")
|
||||||
.value_parser(1..=255)
|
.value_parser(1..=255)
|
||||||
.requires("zopfli"),
|
.requires("zopfli"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue