mirror of
https://github.com/curl/curl.git
synced 2026-07-23 14:57:19 +03:00
curl.1: --trace supports % for sending to stderr!
This commit is contained in:
parent
bd742adb6f
commit
7ea1469468
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue