This commit is contained in:
Kovid Goyal 2022-05-25 20:29:42 +05:30
parent 79006c3460
commit fd8a8c24bc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -100,7 +100,7 @@ Everything after the -- is passed to the script.
action='store_true', default=False)
parser.add_option('-r', '--run-plugin', help=_(
'Run a plugin that provides a command line interface. For example:\n'
'calibre-debug -r "Plugin Name" -- file1 --option1\n'
'calibre-debug -r "Plugin name" -- file1 --option1\n'
'Everything after the -- will be passed to the plugin as arguments.'))
parser.add_option('--diff', action='store_true', default=False, help=_(
'Run the calibre diff tool. For example:\n'