From 985f9be4c91e3290e32bc4cd231e4fa3f42408f3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 30 Jan 2021 13:09:52 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/metadata/sources/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/metadata/sources/cli.py b/src/calibre/ebooks/metadata/sources/cli.py index 207cd273cc..4b8271b437 100644 --- a/src/calibre/ebooks/metadata/sources/cli.py +++ b/src/calibre/ebooks/metadata/sources/cli.py @@ -35,7 +35,7 @@ of title, authors or ISBN. parser.add_option('-a', '--authors', help=_('Book author(s)')) parser.add_option('-i', '--isbn', help=_('Book ISBN')) parser.add_option('-I', '--identifier', action='append', default=[], help=_( - 'Identifiers such as ASIN/goodreads id etc. Can be specified multiple times for multiple identifiers.' + 'Identifiers such as ASIN/Goodreads id etc. Can be specified multiple times for multiple identifiers.' ' For example: ') + '--identifier asin:B0082BAJA0') parser.add_option('-v', '--verbose', default=False, action='store_true', help=_('Print the log to the console (stderr)'))