From b79191ce90a8e250de9ff5278110544396ddf10f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 4 Nov 2016 10:32:26 +0530 Subject: [PATCH] ... --- src/calibre/library/save_to_disk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'))