Skip to content

Commit

Permalink
pixels -> megapixels
Browse files Browse the repository at this point in the history
Fixes #1265
  • Loading branch information
jbarlow83 committed Feb 29, 2024
1 parent 16ab4a8 commit 8a747f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocrmypdf/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def get_parser():
action='store',
type=numeric(float, 0),
metavar='MPixels',
help="Set maximum number of pixels to unpack before treating an image as a "
help="Set maximum number of megapixels to unpack before treating an image as a "
"decompression bomb",
default=250.0,
)
Expand Down

0 comments on commit 8a747f0

Please sign in to comment.