mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ffb2b5b5cb
commit
9319cd722a
@ -857,7 +857,8 @@ def option_parser():
|
||||
parser.add_option('-r', '--remove-plugin', default=None,
|
||||
help=_('Remove a custom plugin by name. Has no effect on builtin plugins'))
|
||||
parser.add_option('--customize-plugin', default=None,
|
||||
help=_('Customize plugin. Specify name of plugin and customization string separated by a comma.'))
|
||||
help=_('Customize plugin. Specify name of plugin and customization string separated by a comma.'
|
||||
' The customization string is the same as you would enter when customizing the plugin in the main calibre GUI.'))
|
||||
parser.add_option('-l', '--list-plugins', default=False, action='store_true',
|
||||
help=_('List all installed plugins'))
|
||||
parser.add_option('--enable-plugin', default=None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user