about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2017-02-05 19:23:16 +0000
committerJames Booth <boothj5@gmail.com>2017-02-05 19:23:16 +0000
commitc405367dfeb3c23bac192a170501e569be934f26 (patch)
treeb48dda25e76840528ca51e3d2ffcc4363d7f37d4 /src/command/cmd_defs.c
parentdd42c3de6af29f1a59aa890ee0dae92f71efa23b (diff)
downloadprofani-tty-c405367dfeb3c23bac192a170501e569be934f26.tar.gz
Update plugins help
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c4
1 files changed, 2 insertions, 2 deletions
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 <path>",
             "/plugins unload [<plugin>]",
-            "/plugins load <plugin>",
+            "/plugins load [<plugin>]",
             "/plugins reload [<plugin>]",
             "/plugins python_version")
         CMD_DESC(
             "Manage plugins. Passing no arguments lists currently loaded plugins.")
         CMD_ARGS(
             { "install <file>",      "Install file to plugins directory, and load or reload the plugin." },
-            { "load <plugin>",       "Load a plugin that already exists in the plugin directory." },
+            { "load [<plugin>]",       "Load a plugin that already exists in the plugin directory, passing no argument loads all found plugins." },
             { "unload [<plugin>]",   "Unload a loaded plugin, passing no argument will unload all plugins." },
             { "reload [<plugin>]",   "Reload a plugin, passing no argument will reload all plugins." },
             { "python_version",      "Show the Python interpreter version." })