From c405367dfeb3c23bac192a170501e569be934f26 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 5 Feb 2017 19:23:16 +0000 Subject: Update plugins help --- src/command/cmd_defs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/command/cmd_defs.c') diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index eb5eca01..2ca3b967 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2059,14 +2059,14 @@ static struct cmd_t command_defs[] = "/plugins", "/plugins install ", "/plugins unload []", - "/plugins load ", + "/plugins load []", "/plugins reload []", "/plugins python_version") CMD_DESC( "Manage plugins. Passing no arguments lists currently loaded plugins.") CMD_ARGS( { "install ", "Install file to plugins directory, and load or reload the plugin." }, - { "load ", "Load a plugin that already exists in the plugin directory." }, + { "load []", "Load a plugin that already exists in the plugin directory, passing no argument loads all found plugins." }, { "unload []", "Unload a loaded plugin, passing no argument will unload all plugins." }, { "reload []", "Reload a plugin, passing no argument will reload all plugins." }, { "python_version", "Show the Python interpreter version." }) -- cgit 1.4.1-2-gfad0