Skip to content

Commit

Permalink
fix: correct wording of new quality setting in avif
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr authored Oct 14, 2023
1 parent 6eaea66 commit a6a3102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre_commit_images/optimize_avif.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
"--quality",
default=None,
type=int,
help="Quality to use for AVIF images (default: 75 - from 0 down to 100)",
help="Quality to use for AVIF images (default: 75 - from 0 up to 100)",
)
parser.add_argument(
"-e",
Expand Down

0 comments on commit a6a3102

Please sign in to comment.