mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-10 07:06:21 +01:00
...
This commit is contained in:
parent
ccf69016df
commit
985f9be4c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue