diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-19 11:28:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-04-19 11:28:39 +0200 |
commit | 0b994d718d32bee9d3ea2b215c12f04685ca2a8c (patch) | |
tree | 5b6629808348c7045756c4c8469771571fd17d97 /doc/it | |
parent | 18a837c55bc25ebdd6ad25055bd8ae446dc57b5e (diff) | |
download | weechat-0b994d718d32bee9d3ea2b215c12f04685ca2a8c.zip |
core: add command line option "--stdout" in weechat-headless binary (closes #1475, closes #1477)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/cmdline_options.it.adoc | 6 | ||||
-rw-r--r-- | doc/it/weechat-headless.1.it.adoc | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/it/cmdline_options.it.adoc b/doc/it/cmdline_options.it.adoc index ff3fc215c..f6ffdd8a3 100644 --- a/doc/it/cmdline_options.it.adoc +++ b/doc/it/cmdline_options.it.adoc @@ -10,6 +10,12 @@ *weechat-headless*). // TRANSLATION MISSING +*--stdout*:: + Display log messages on standard output instead of writing them in log file + (works only with the command *weechat-headless*, not compatible with option + "--daemon"). + +// TRANSLATION MISSING *-d*, *--dir* _<path>_:: Imposta una directory come home per WeeChat (utilizzata per i file di configurazione, log, plugin e script dell'utente), il valore predefinito diff --git a/doc/it/weechat-headless.1.it.adoc b/doc/it/weechat-headless.1.it.adoc index d8401aec1..bce6694fd 100644 --- a/doc/it/weechat-headless.1.it.adoc +++ b/doc/it/weechat-headless.1.it.adoc @@ -16,7 +16,7 @@ weechat-headless - the extensible chat client (headless version) // TRANSLATION MISSING [verse] -*weechat-headless* [-a|--no-connect] [--daemon] [-d|--dir <path>] [-t|--temp-dir] [-p|--no-plugin] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [debug-option...] [plugin:option...] +*weechat-headless* [-a|--no-connect] [--daemon] [--stdout] [-d|--dir <path>] [-t|--temp-dir] [-p|--no-plugin] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [debug-option...] [plugin:option...] *weechat-headless* [-c|--colors] *weechat-headless* [-h|--help] *weechat-headless* [-l|--license] |