diff options
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. |