diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-05-13 17:57:50 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-05-13 17:57:50 +0000 |
commit | c1ce18e2f67a3cd64e21f6dc507d387abe837803 (patch) | |
tree | 726d2d0b8abd8e2797dd8e120c028caf45bb51ba /doc/en | |
parent | bdaaa6182f2b6e782055ae9b429e298f7b5bdae5 (diff) | |
download | weechat-c1ce18e2f67a3cd64e21f6dc507d387abe837803.zip |
Updated doc
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml index 10b4e37b7..00b563e06 100644 --- a/doc/en/weechat_commands.xml +++ b/doc/en/weechat_commands.xml @@ -5,12 +5,12 @@ This file is automatically built with a Perl script. DO NOT EDIT! --> -<command>alias [alias_name [command [arguments]]</command> +<command>alias [alias_name [command [arguments]]]</command> <programlisting> create an alias for a command alias_name: name of alias - command: command name (WeeChat or IRC command, without first '/') + command: command name (WeeChat or IRC command, many commands can be separated by semicolons) arguments: arguments for command </programlisting> |