From: Daniel Stenberg Date: Fri, 30 Sep 2016 15:14:39 +0000 (+0200) Subject: curl.1: --trace supports % for sending to stderr! X-Git-Tag: curl-7_51_0~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ea14694687facdf51c3622c27bcfc5989930681;p=thirdparty%2Fcurl.git curl.1: --trace supports % for sending to stderr! --- diff --git a/docs/curl.1 b/docs/curl.1 index 0988f0be7a..5843500ba3 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 " 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.