Skip to content

Commit

Permalink
curl.1: --trace supports % for sending to stderr!
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 30, 2016
1 parent bd742ad commit 7ea1469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/curl.1
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7ea1469

Please sign in to comment.