aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-09-30 17:14:39 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-09-30 17:17:48 +0200
commit7ea14694687facdf51c3622c27bcfc5989930681 (patch)
treec7b35416e3099580474c56beba23cf03610df7c3 /docs/curl.1
parentbd742adb6f13dc668ffadb2e97a40776a86dc124 (diff)
curl.1: --trace supports % for sending to stderr!
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.13
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 0988f0be7..5843500ba 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1818,7 +1818,8 @@ algorithms curl supports, and uncompress the data while receiving it.
.IP "--trace <file>"
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.
+the output sent to stdout. Use "%" as filename to have the output sent to
+stderr.
This option overrides previous uses of \fI-v, --verbose\fP or
\fI--trace-ascii\fP.