mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
79006c3460
commit
fd8a8c24bc
@ -100,7 +100,7 @@ Everything after the -- is passed to the script.
|
|||||||
action='store_true', default=False)
|
action='store_true', default=False)
|
||||||
parser.add_option('-r', '--run-plugin', help=_(
|
parser.add_option('-r', '--run-plugin', help=_(
|
||||||
'Run a plugin that provides a command line interface. For example:\n'
|
'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.'))
|
'Everything after the -- will be passed to the plugin as arguments.'))
|
||||||
parser.add_option('--diff', action='store_true', default=False, help=_(
|
parser.add_option('--diff', action='store_true', default=False, help=_(
|
||||||
'Run the calibre diff tool. For example:\n'
|
'Run the calibre diff tool. For example:\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user