mirror of
https://github.com/google/brotli.git
synced 2024-11-22 03:30:07 +00:00
Fix choices for lgwin
This commit is contained in:
parent
722f8996b0
commit
e761b00d4e
@ -71,7 +71,7 @@ def main(args=None):
|
|||||||
'tradeoff. The higher the quality, the slower the '
|
'tradeoff. The higher the quality, the slower the '
|
||||||
'compression. Range is 0 to 11. Defaults to 11.')
|
'compression. Range is 0 to 11. Defaults to 11.')
|
||||||
params.add_argument('--lgwin', metavar="LGWIN", type=int,
|
params.add_argument('--lgwin', metavar="LGWIN", type=int,
|
||||||
choices=list(range(16, 25)),
|
choices=list(range(10, 25)),
|
||||||
help='Base 2 logarithm of the sliding window size. Range is '
|
help='Base 2 logarithm of the sliding window size. Range is '
|
||||||
'10 to 24. Defaults to 22.')
|
'10 to 24. Defaults to 22.')
|
||||||
params.add_argument('--lgblock', metavar="LGBLOCK", type=int,
|
params.add_argument('--lgblock', metavar="LGBLOCK", type=int,
|
||||||
|
Loading…
Reference in New Issue
Block a user