mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
01d2a6df56
commit
a09c890518
@ -597,7 +597,7 @@ in all books. You can also specify many book ids separated by spaces and id rang
|
|||||||
separated by hyphens. For example: %prog embed_metadata 1 2 10-15 23'''))
|
separated by hyphens. For example: %prog embed_metadata 1 2 10-15 23'''))
|
||||||
parser.add_option('-f', '--only-formats', action='append', default=[], help=_(
|
parser.add_option('-f', '--only-formats', action='append', default=[], help=_(
|
||||||
'Only update metadata in files of the specified format. Specify it multiple'
|
'Only update metadata in files of the specified format. Specify it multiple'
|
||||||
' times for multiple formats. Be default, all formats are updated.'))
|
' times for multiple formats. By default, all formats are updated.'))
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
def command_embed_metadata(args, dbpath):
|
def command_embed_metadata(args, dbpath):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user