From d3d5824cd9241bf4acd2a4a70ce15fde09297932 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 May 2022 07:24:25 +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 7cd8711f42..c00419fcfd 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 "Add Books" -- 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'