1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

Fixed typo in help for script plugin commands (/perl, /python, /ruby, /lua)

This commit is contained in:
Sebastien Helleu
2006-07-04 07:45:39 +00:00
parent ede2bf1374
commit ee68e1c944
8 changed files with 24 additions and 16 deletions
+3 -2
View File
@@ -1977,8 +1977,9 @@ weechat_plugin_init (t_weechat_plugin *plugin)
plugin->cmd_handler_add (plugin, "lua",
"list/load/unload Lua scripts",
"[load filename] | [autoload] | [reload] | [unload]",
"filename: Lua script (file) to load\n\n"
"[load filename] | [autoload] | [reload] | [unload [script]]",
"filename: Lua script (file) to load\n"
"script: script name to unload\n\n"
"Without argument, /lua command lists all loaded Lua scripts.",
"load|autoload|reload|unload",
weechat_lua_cmd, NULL, NULL);