summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-10-24 13:10:32 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-10-24 13:10:32 +0000
commitff2e38a0066c38bf9e309a38e054241d90621506 (patch)
treee7535d0cce40d324d950af493c133cb45e33ff26 /doc/en
parent655150875b9b7c5f4895de03bfab83905014a140 (diff)
downloadweechat-ff2e38a0066c38bf9e309a38e054241d90621506.zip
Fixed typo in /plugin command help
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_commands.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml
index 87b7bc428..14306d528 100644
--- a/doc/en/weechat_commands.xml
+++ b/doc/en/weechat_commands.xml
@@ -127,13 +127,12 @@ functions: list internal functions for key bindings
reset: restore bindings to the default values and delete ALL personal bindings (use carefully!)
</programlisting>
-<command>plugin [list [mask]] | [listfull [mask]] | [load filename] | [autoload] | [reload [name]] | [unload [name]]</command>
+<command>plugin [list [name]] | [listfull [name]] | [load filename] | [autoload] | [reload [name]] | [unload [name]]</command>
<programlisting>
list/load/unload plugins
list: list loaded plugins
listfull: list loaded plugins with detailed info for each plugin
- mask: part of name of a loaded plugin
load: load a plugin
autoload: autoload plugins in system or user directory
reload: reload one plugin (if no name given, unload all plugins, then autoload plugins)