From fd8a8c24bcad95d999e5220f9b9c8f9bc0eac496 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 May 2022 20:29:42 +0530 Subject: [PATCH] ... --- src/calibre/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/debug.py b/src/calibre/debug.py index c00419fcfd..ad0c665f81 100644 --- a/src/calibre/debug.py +++ b/src/calibre/debug.py @@ -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'