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/fr/weechat_commands.xml | |
parent | bdaaa6182f2b6e782055ae9b429e298f7b5bdae5 (diff) | |
download | weechat-c1ce18e2f67a3cd64e21f6dc507d387abe837803.zip |
Updated doc
Diffstat (limited to 'doc/fr/weechat_commands.xml')
-rw-r--r-- | doc/fr/weechat_commands.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index 41b880503..d9756791e 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -5,12 +5,12 @@ This file is automatically built with a Perl script. DO NOT EDIT! --> -<command>alias [nom_alias [commande [paramètres]]</command> +<command>alias [nom_alias [commande [paramètres]]]</command> <programlisting> créer un alias pour une commande nom_alias: nom de l'alias - commande: nom de la commande (commande WeeChat ou IRC, sans le premier '/') + commande: nom de la commande (commande WeeChat ou IRC, plusieurs commandes peuvent être séparées par des point-virgules) paramètres: paramètres pour la commande </programlisting> |