This commit is contained in:
Kovid Goyal 2021-07-19 21:19:25 +05:30
parent c5320420a9
commit beb87c45a6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -134,7 +134,7 @@ View an e-book.
'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