mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
document --open-at=toc-href:
This commit is contained in:
parent
4cdf76309b
commit
71d13c9482
@ -1228,7 +1228,9 @@ def config(defaults=None):
|
|||||||
help=_('The position at which to open the specified book. The position is '
|
help=_('The position at which to open the specified book. The position is '
|
||||||
'a location as displayed in the top left corner of the viewer. '
|
'a location as displayed in the top left corner of the viewer. '
|
||||||
'Alternately, you can use the form toc:something and it will open '
|
'Alternately, you can use the form toc:something and it will open '
|
||||||
'at the location of the first Table of Contents entry that contains the string "something".'))
|
'at the location of the first Table of Contents entry that contains '
|
||||||
|
'the string "something". You can also use toc-href:something '
|
||||||
|
'to go to a location matching an internal file/id of the book.'))
|
||||||
c.add_opt('continue_reading', ['--continue'], default=False,
|
c.add_opt('continue_reading', ['--continue'], default=False,
|
||||||
help=_('Continue reading at the previously opened book'))
|
help=_('Continue reading at the previously opened book'))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user