diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 08:55:24 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-25 08:55:24 +0000 |
commit | 364d774ded1816523fb7ddcf5ca0ee6442612b2e (patch) | |
tree | b5ac4664d92806a20199a00c2ab7a0013a09425f /doc/fr/config.xml | |
parent | 6972b057d9fb640eead8231f695baf29d906674c (diff) | |
download | weechat-364d774ded1816523fb7ddcf5ca0ee6442612b2e.zip |
Added new command line argument for setting WeeChat homedir (-d or --dir) (patch from Gwenn)
Diffstat (limited to 'doc/fr/config.xml')
-rw-r--r-- | doc/fr/config.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/fr/config.xml b/doc/fr/config.xml index 45ed0498b..6ab824ce1 100644 --- a/doc/fr/config.xml +++ b/doc/fr/config.xml @@ -738,8 +738,8 @@ <entry><option>log_path</option></entry> <entry>chaîne</entry> <entry>toute chaîne</entry> - <entry>'~/.weechat/logs/'</entry> - <entry>Chemin pour les conversations sauvegardées par WeeChat</entry> + <entry>'%h/logs/'</entry> + <entry>Chemin pour les conversations sauvegardées par WeeChat ('%h' sera remplacé par le répertoire de base WeeChat, par défaut: ~/.weechat)</entry> </row> <row> <entry><option>log_timestamp</option></entry> @@ -976,8 +976,8 @@ <entry><option>plugins_path</option></entry> <entry>chaîne</entry> <entry>toute chaîne</entry> - <entry>'~/.weechat/plugins'</entry> - <entry>Chemin de recherche des extensions</entry> + <entry>'%h/plugins'</entry> + <entry>Chemin de recherche des extensions ('%h' sera remplacé par le répertoire de base WeeChat, par défaut: ~/.weechat)</entry> </row> <row> <entry><option>plugins_autoload</option></entry> |