From 1c44fd4f3b82a6e98cdf27d056823ee2d14ca3ad Mon Sep 17 00:00:00 2001 From: mawi Date: Mon, 8 Apr 2019 15:01:04 +0200 Subject: [PATCH] fix: typo --- src/ocrmypdf/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ocrmypdf/__main__.py b/src/ocrmypdf/__main__.py index 447ae477..31b5abd1 100755 --- a/src/ocrmypdf/__main__.py +++ b/src/ocrmypdf/__main__.py @@ -186,11 +186,11 @@ jobcontrol.add_argument( choices=range(0, 4), help=( "Print more verbose messages for each additional verbose level. Use " - "`-v 1` typically for much more detailed logging. Higher numbers " + "`-v 2` typically for much more detailed logging. Higher numbers " "are probably only useful in debugging. " "0 - Only errors (default); " - "1 - Error and warngings; " - "2 - Info, errors and warngings; " + "1 - Error and warnings; " + "2 - Info, errors and warnings; " "3 - All messages including debug messages" ), )