diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-11 09:59:39 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-11 09:59:39 +0100 |
commit | 805717e9ec3f66c960928bca607eceb871438fae (patch) | |
tree | c1832f0815bd8ade4530ed3948f55f0672103184 /doc/fr/weechat.1.fr.adoc | |
parent | 0126b03f47db7f7842aff497cdbb0e41a0a5be0a (diff) | |
download | weechat-805717e9ec3f66c960928bca607eceb871438fae.zip |
core: add binary weechat-headless to run WeeChat without interface (closes #1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
Diffstat (limited to 'doc/fr/weechat.1.fr.adoc')
-rw-r--r-- | doc/fr/weechat.1.fr.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/fr/weechat.1.fr.adoc b/doc/fr/weechat.1.fr.adoc index 18e0ded16..2f034c450 100644 --- a/doc/fr/weechat.1.fr.adoc +++ b/doc/fr/weechat.1.fr.adoc @@ -19,12 +19,18 @@ weechat - le client de discussion extensible *weechat* [-l|--license] *weechat* [-v|--version] +*weechat-headless* [-a|--no-connect] [--daemon] [-d|--dir <path>] [-p|--no-plugin] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [plugin:option...] + == DESCRIPTION WeeChat (Wee Enhanced Environment for Chat) est un client de discussion libre, rapide et léger, conçu pour différents systèmes d'exploitation. Il est hautement paramétrable et extensible avec des scripts. +La commande *weechat-headless* lance WeeChat en mode « headless » (sans interface). +Elle peut être utilisée pour des tests ou lancer WeeChat en daemon +avec l'option "--daemon". + == OPTIONS include::cmdline_options.fr.adoc[] |