From 6f44e1cc42a657db48352a48bba19e3a7407b4b1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Oct 2020 21:21:07 +0530 Subject: [PATCH] Clarify how to get help for format specific otions in calibredb catalog --- src/calibre/db/cli/cmd_catalog.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/calibre/db/cli/cmd_catalog.py b/src/calibre/db/cli/cmd_catalog.py index 128ed9e7da..9ab7595cef 100644 --- a/src/calibre/db/cli/cmd_catalog.py +++ b/src/calibre/db/cli/cmd_catalog.py @@ -50,8 +50,10 @@ def option_parser(get_parser, args): # {{{ Export a catalog in format specified by path/to/destination extension. 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') ) )