diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-10-24 13:10:32 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-10-24 13:10:32 +0000 |
commit | ff2e38a0066c38bf9e309a38e054241d90621506 (patch) | |
tree | e7535d0cce40d324d950af493c133cb45e33ff26 /doc/de | |
parent | 655150875b9b7c5f4895de03bfab83905014a140 (diff) | |
download | weechat-ff2e38a0066c38bf9e309a38e054241d90621506.zip |
Fixed typo in /plugin command help
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_commands.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/de/weechat_commands.xml b/doc/de/weechat_commands.xml index 0f0345a7a..6e2a1a8b6 100644 --- a/doc/de/weechat_commands.xml +++ b/doc/de/weechat_commands.xml @@ -128,13 +128,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> auflisten/laden/entladen von 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) |