Clarify how to get help for format specific otions in calibredb catalog

This commit is contained in:
Kovid Goyal 2020-10-02 21:21:07 +05:30
parent 06a48034db
commit 6f44e1cc42
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -50,8 +50,10 @@ def option_parser(get_parser, args): # {{{
Export a catalog in format specified by path/to/destination extension. Export a catalog in format specified by path/to/destination extension.
Options control how entries are displayed in the generated catalog output. Options control how entries are displayed in the generated catalog output.
Note that different catalog formats support different sets of options. Note that different catalog formats support different sets of options. To
''' see the different options, specify the name of the output file and then the
{} option.
'''.format('--help')
) )
) )