summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-05-15 11:28:57 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-05-15 11:28:57 +0200
commit9c084841072b7c1fe06ea402c2c2e0c41e9fc04a (patch)
tree7f311b556cceb9ad87b53b9020af4c1b9bee4959 /src/core/wee-command.c
parentc37b65bba40eff30a7ed4b7322007d908fb143fb (diff)
downloadweechat-9c084841072b7c1fe06ea402c2c2e0c41e9fc04a.zip
core: add missing arguments filename and name in /help plugin
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 530472ab0..224d44cb6 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -5093,7 +5093,9 @@ command_init ()
" reload: reload a plugin (if no name given, unload "
"all plugins, then autoload plugins)\n"
" unload: unload a plugin (if no name given, unload "
- "all plugins)\n\n"
+ "all plugins)\n"
+ "filename: plugin (file) to load\n"
+ " name: a plugin name\n\n"
"Without argument, this command lists loaded plugins."),
"list %(plugins_names)"
" || listfull %(plugins_names)"