diff --git a/src/calibre/library/save_to_disk.py b/src/calibre/library/save_to_disk.py index 1ce87da058..ea8873f62f 100644 --- a/src/calibre/library/save_to_disk.py +++ b/src/calibre/library/save_to_disk.py @@ -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.'))