This commit is contained in:
Kovid Goyal 2022-10-07 13:16:11 +05:30
parent de4f69aaaa
commit 66c7741822
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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.
''' '''
) )
) )