mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
de4f69aaaa
commit
66c7741822
@ -59,14 +59,14 @@ def option_parser(get_parser, args):
|
|||||||
parser = get_parser(
|
parser = get_parser(
|
||||||
_(
|
_(
|
||||||
'''
|
'''
|
||||||
%prog set_metadata [options] id [/path/to/metadata.opf]
|
%prog set_metadata [options] book_id [/path/to/metadata.opf]
|
||||||
|
|
||||||
Set the metadata stored in the calibre database for the book identified by id
|
Set the metadata stored in the calibre database for the book identified by
|
||||||
from the OPF file metadata.opf. id is an id number from the search command. You
|
book_id from the OPF file metadata.opf. book_id is a book id number from the
|
||||||
can get a quick feel for the OPF format by using the --as-opf switch to the
|
search command. You can get a quick feel for the OPF format by using the
|
||||||
show_metadata command. You can also set the metadata of individual fields with
|
--as-opf switch to the show_metadata command. You can also set the metadata of
|
||||||
the --field option. If you use the --field option, there is no need to specify
|
individual fields with the --field option. If you use the --field option, there
|
||||||
an OPF file.
|
is no need to specify an OPF file.
|
||||||
'''
|
'''
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user