mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
...
This commit is contained in:
parent
2c4766a859
commit
ee63c31685
@ -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 with the DEBUG flag set'))
|
||||
parser.add_option('--run-without-debug', default=False, action='store_true', help=_('Don\'t 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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user