aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/stderr.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/stderr.d')
-rw-r--r--docs/cmdline-opts/stderr.d8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/cmdline-opts/stderr.d b/docs/cmdline-opts/stderr.d
new file mode 100644
index 000000000..e8cf7ba68
--- /dev/null
+++ b/docs/cmdline-opts/stderr.d
@@ -0,0 +1,8 @@
+Long: stderr
+Help: Where to redirect stderr
+See-also: verbose silent
+---
+Redirect all writes to stderr to the specified file instead. If the file name
+is a plain '-', it is instead written to stdout.
+
+If this option is used several times, the last one will be used.