mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ccf69016df
commit
985f9be4c9
@ -35,7 +35,7 @@ of title, authors or ISBN.
|
|||||||
parser.add_option('-a', '--authors', help=_('Book author(s)'))
|
parser.add_option('-a', '--authors', help=_('Book author(s)'))
|
||||||
parser.add_option('-i', '--isbn', help=_('Book ISBN'))
|
parser.add_option('-i', '--isbn', help=_('Book ISBN'))
|
||||||
parser.add_option('-I', '--identifier', action='append', default=[], help=_(
|
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')
|
' For example: ') + '--identifier asin:B0082BAJA0')
|
||||||
parser.add_option('-v', '--verbose', default=False, action='store_true',
|
parser.add_option('-v', '--verbose', default=False, action='store_true',
|
||||||
help=_('Print the log to the console (stderr)'))
|
help=_('Print the log to the console (stderr)'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user