summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-04-19 11:28:39 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-04-19 11:28:39 +0200
commit0b994d718d32bee9d3ea2b215c12f04685ca2a8c (patch)
tree5b6629808348c7045756c4c8469771571fd17d97 /doc/en
parent18a837c55bc25ebdd6ad25055bd8ae446dc57b5e (diff)
downloadweechat-0b994d718d32bee9d3ea2b215c12f04685ca2a8c.zip
core: add command line option "--stdout" in weechat-headless binary (closes #1475, closes #1477)
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/cmdline_options.en.adoc5
-rw-r--r--doc/en/weechat-headless.1.en.adoc2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/en/cmdline_options.en.adoc b/doc/en/cmdline_options.en.adoc
index d43a2426c..190be3772 100644
--- a/doc/en/cmdline_options.en.adoc
+++ b/doc/en/cmdline_options.en.adoc
@@ -8,6 +8,11 @@
Run WeeChat in background, as a daemon (works only with the command
*weechat-headless*).
+*--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").
+
*-d*, *--dir* _<path>_::
Set path as home for WeeChat (used for configuration files, logs, user
plugins and scripts), default value is "~/.weechat" (note: directory is
diff --git a/doc/en/weechat-headless.1.en.adoc b/doc/en/weechat-headless.1.en.adoc
index 0dab42ecb..9b9c4ee47 100644
--- a/doc/en/weechat-headless.1.en.adoc
+++ b/doc/en/weechat-headless.1.en.adoc
@@ -13,7 +13,7 @@ weechat-headless - the extensible chat client (headless version)
== SYNOPSIS
[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]