From 8a747f005a61df31a730024584c0eb284d329357 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 29 Feb 2024 15:31:07 -0800 Subject: [PATCH] pixels -> megapixels Fixes #1265 --- src/ocrmypdf/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ocrmypdf/cli.py b/src/ocrmypdf/cli.py index 29d705f4..db925cc0 100644 --- a/src/ocrmypdf/cli.py +++ b/src/ocrmypdf/cli.py @@ -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, )