diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-30 17:44:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-30 17:44:49 +0200 |
commit | 5a0a2cfcb99afa0199bc918d346420feb514d386 (patch) | |
tree | 5a65d6111f6fc039d49beff3c728b2a830e84e04 /doc/en/autogen | |
parent | ebd17f79eb1a8c7db7e11e12b97a757f74c9881e (diff) | |
download | weechat-5a0a2cfcb99afa0199bc918d346420feb514d386.zip |
Allow use of wildcards for /alias list (patch #6925)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/alias_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/alias_commands.txt b/doc/en/autogen/user/alias_commands.txt index 06ef1cd7d..58d3497db 100644 --- a/doc/en/autogen/user/alias_commands.txt +++ b/doc/en/autogen/user/alias_commands.txt @@ -3,7 +3,7 @@ ........................................ create an alias for a command - alias_name: name of alias + alias_name: 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 |