This commit is contained in:
Kovid Goyal
2022-05-25 07:24:25 +05:30
parent 7af349f707
commit d3d5824cd9
+1 -1
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 "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'