diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-22 10:51:38 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-22 10:51:38 +0200 |
commit | 4a6e23059ab250b1786184fb4053bf292d14645e (patch) | |
tree | 2c7410ea9560b8812051126f028b4649ff533cfb /doc/fr | |
parent | 1c6176ee7b9fc09bdee8ce54b9370b5cb59fe850 (diff) | |
download | weechat-4a6e23059ab250b1786184fb4053bf292d14645e.zip |
doc: replace script iset.pl by go.py in example (quickstart guide)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_quickstart.fr.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/weechat_quickstart.fr.adoc b/doc/fr/weechat_quickstart.fr.adoc index b7fb911e6..daf007028 100644 --- a/doc/fr/weechat_quickstart.fr.adoc +++ b/doc/fr/weechat_quickstart.fr.adoc @@ -375,7 +375,7 @@ vous pouvez télécharger et installer les scripts avec la commande `/script`, par exemple : ---- -/script install iset.pl +/script install go.py ---- Voir `/help script` pour plus d'infos. |