This commit is contained in:
Kovid Goyal 2022-07-14 19:44:34 +05:30
parent 1660f2377d
commit 1f3c2b15ab
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -59,7 +59,7 @@ as a shebang in scripts, like this:
help=_('Run the GUI with a debug console, logging to the' help=_('Run the GUI with a debug console, logging to the'
' specified path. For internal use only, use the -g' ' specified path. For internal use only, use the -g'
' option to run the GUI in debug mode')) ' 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', parser.add_option('-w', '--viewer', default=False, action='store_true',
help=_('Run the E-book viewer in debug mode')) help=_('Run the E-book viewer in debug mode'))
parser.add_option('--paths', default=False, action='store_true', parser.add_option('--paths', default=False, action='store_true',