Skip to content

Commit 02ae940

Browse files
committed
fix incorrect option marking
1 parent 77e7efa commit 02ae940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/calibre/debug.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def option_parser():
6060
help=_('Run the GUI with debugging enabled. Debug output is '
6161
'printed to stdout and stderr. To pass command line'
6262
' arguments use -- followed by the arguments, for example:'
63-
' calibre-debug -g -- --with-library /path/to/library'))
63+
' calibre-debug -g -- /path/to/ebook'))
6464
parser.add_option('--gui-debug', default=None,
6565
help=_('Run the GUI with a debug console, logging to the'
6666
' specified path. For internal use only, use the -g'

0 commit comments

Comments
 (0)