diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-07 18:33:05 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-07 18:33:05 +0100 |
commit | ef71f59b2e3add3a93a37c51abc17decedb26697 (patch) | |
tree | 6a0d94cf95d9480a21526ce995165bac976d73a8 /doc/en/autogen | |
parent | c515069f261efa4f00e8cdc45e833948159273ce (diff) | |
download | weechat-ef71f59b2e3add3a93a37c51abc17decedb26697.zip |
Improve display of commands lists in /help (add arguments -list and -listfull)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 362166c09..cb2a261be 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -208,11 +208,15 @@ Examples: [command]*`help`* display help about commands and options:: ........................................ -/help <command> +/help -list|-listfull [<plugin> [<plugin>...]] + <command> <option> -command: a command name - option: an option name (use /set to see list) + -list: list commands, by plugin (without argument, this list is displayed) +-listfull: list commands with description, by plugin + plugin: list commands for this plugin + command: a command name + option: an option name (use /set to see list) ........................................ [command]*`history`* show buffer command history:: |