summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/python/weechat-python.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-07-04 07:45:39 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-07-04 07:45:39 +0000
commitee68e1c944989c7725c6c98d32285aadb5000108 (patch)
tree984f151ac841699ffb003d3f7899f4f0d521ab99 /src/plugins/scripts/python/weechat-python.c
parentede2bf1374c2c0d7530be20476dc74d793ae418d (diff)
downloadweechat-ee68e1c944989c7725c6c98d32285aadb5000108.zip
Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua)
Diffstat (limited to 'src/plugins/scripts/python/weechat-python.c')
-rw-r--r--src/plugins/scripts/python/weechat-python.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c
index fd8651f2b..fff32ca85 100644
--- a/src/plugins/scripts/python/weechat-python.c
+++ b/src/plugins/scripts/python/weechat-python.c
@@ -1750,8 +1750,9 @@ weechat_plugin_init (t_weechat_plugin *plugin)
plugin->cmd_handler_add (plugin, "python",
"list/load/unload Python scripts",
- "[load filename] | [autoload] | [reload] | [unload]",
- "filename: Python script (file) to load\n\n"
+ "[load filename] | [autoload] | [reload] | [unload [script]]",
+ "filename: Python script (file) to load\n"
+ "script: script name to unload\n\n"
"Without argument, /python command lists all loaded Python scripts.",
"load|autoload|reload|unload",
weechat_python_cmd, NULL, NULL);