pixels -> megapixels

Fixes #1265
This commit is contained in:
James R. Barlow
2024-02-29 15:31:07 -08:00
parent 16ab4a8b4e
commit 8a747f005a
+1 -1
View File
@@ -390,7 +390,7 @@ Online documentation is located at:
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,
)