mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:12:35 +02:00
...
This commit is contained in:
parent
656bdc1142
commit
b79191ce90
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ def config(defaults=None):
|
|||
' actual e-book files.'))
|
||||
x('save_cover', default=True,
|
||||
help=_('Normally, calibre will save the cover in a separate file along with the '
|
||||
'actual e-book file(s).'))
|
||||
'actual e-book files.'))
|
||||
x('formats', default='all',
|
||||
help=_('Comma separated list of formats to save for each book.'
|
||||
' By default all available formats are saved.'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue