mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-01 20:23:12 +02:00
...
This commit is contained in:
parent
c5320420a9
commit
beb87c45a6
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ def option_parser():
|
|||
'If you want to match a substring, use the form toc-href-contains:something. '
|
||||
'The form ref:something will use Reference mode references.'))
|
||||
a('--continue', default=False, action='store_true', dest='continue_reading',
|
||||
help=_('Continue reading the previously opened book'))
|
||||
help=_('Continue reading the last opened book'))
|
||||
|
||||
setup_gui_option_parser(parser)
|
||||
return parser
|
||||
|
|
|
|||
Loading…
Reference in a new issue