From 1f3c2b15ab561c335b6daf8534d309d8c15528a3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 14 Jul 2022 19:44:34 +0530 Subject: [PATCH] ... --- src/calibre/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/debug.py b/src/calibre/debug.py index c10ff44994..635c29726b 100644 --- a/src/calibre/debug.py +++ b/src/calibre/debug.py @@ -59,7 +59,7 @@ as a shebang in scripts, like this: help=_('Run the GUI with a debug console, logging to the' ' specified path. For internal use only, use the -g' ' option to run the GUI in debug mode')) - parser.add_option('--run-without-debug', default=False, action='store_true', help=_('Dont run python code with the DEBUG flag set')) + parser.add_option('--run-without-debug', default=False, action='store_true', help=_('Dont run with the DEBUG flag set')) parser.add_option('-w', '--viewer', default=False, action='store_true', help=_('Run the E-book viewer in debug mode')) parser.add_option('--paths', default=False, action='store_true',