diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 08:45:06 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-10-27 08:45:06 +0200 |
commit | 1acaa0ebd30f292d19798221f1a265066e25ba85 (patch) | |
tree | 550db5324515619b2ddf15e58ba9e0fb4d79a2e3 /doc/en/autogen | |
parent | 11f40676adc66bccd9abafecf2e0fd9063485268 (diff) | |
download | weechat-1acaa0ebd30f292d19798221f1a265066e25ba85.zip |
alias: improve /help alias: display many <command> in command synopsis
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/alias_commands.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/en/autogen/user/alias_commands.txt b/doc/en/autogen/user/alias_commands.txt index 8b80221e7..c7ca1d749 100644 --- a/doc/en/autogen/user/alias_commands.txt +++ b/doc/en/autogen/user/alias_commands.txt @@ -1,12 +1,11 @@ [[command_alias_alias]] [command]*`alias`* create an alias for a command:: ........................................ -/alias [-completion <completion>] <alias> [<command> [<arguments>]] +/alias [-completion <completion>] <alias> [<command> [;<command>...]] completion: completion for alias (optional, by default completion is done with target command) alias: name of alias (can start or end with "*" for alias listing) - command: command name (many commands can be separated by semicolons) - arguments: arguments for command + command: command name with arguments (many commands can be separated by semicolons) Without argument, this command lists all defined alias. |