From 7ea14694687facdf51c3622c27bcfc5989930681 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 30 Sep 2016 17:14:39 +0200 Subject: curl.1: --trace supports % for sending to stderr! --- docs/curl.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/curl.1') 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 " 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. -- cgit v1.2.3