This commit is contained in:
Kovid Goyal 2021-01-30 13:09:52 +05:30
parent ccf69016df
commit 985f9be4c9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -35,7 +35,7 @@ def option_parser():
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)'))