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." })