mirror of
https://github.com/tanrax/guetzli-recursively.git
synced 2025-11-26 06:44:37 +01:00
Fixbug text help
This commit is contained in:
@@ -16,7 +16,7 @@ LIMIT_QUALITY = 84
|
|||||||
@click.option(
|
@click.option(
|
||||||
'--quality',
|
'--quality',
|
||||||
default=100,
|
default=100,
|
||||||
help='Quality >= ${quality} [default 100].'.format(
|
help='Quality >= {quality} [default 100].'.format(
|
||||||
quality=LIMIT_QUALITY
|
quality=LIMIT_QUALITY
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user