]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.1: --trace supports % for sending to stderr!
authorDaniel Stenberg <daniel@haxx.se>
Fri, 30 Sep 2016 15:14:39 +0000 (17:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Sep 2016 15:17:48 +0000 (17:17 +0200)
docs/curl.1

index 0988f0be7a50840d3742bc7912721810e459de00..5843500ba3f6da597fcf87acbe1a09fa6d99f520 100644 (file)
@@ -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.