aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/trace.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/trace.d')
-rw-r--r--docs/cmdline-opts/trace.d11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/cmdline-opts/trace.d b/docs/cmdline-opts/trace.d
new file mode 100644
index 000000000..334ea5ad6
--- /dev/null
+++ b/docs/cmdline-opts/trace.d
@@ -0,0 +1,11 @@
+Long: trace
+Arg: <file>
+Help: Write a debug trace to FILE
+Mutexed: verbose trace-ascii
+---
+Enables a full trace dump of all incoming and outgoing data, including
+descriptive information, to the given output file. Use "-" as filename to have
+the output sent to stdout. Use "%" as filename to have the output sent to
+stderr.
+
+If this option is used several times, the last one will be used.