trace-ascii.md: mention "%" for stderr

Closes #13991
This commit is contained in:
Daniel Stenberg 2024-06-23 16:12:50 +02:00
parent 857e334a45
commit 15e8cebd64
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Example:
Save a full trace dump of all incoming and outgoing data, including
descriptive information, in the given output file. Use `-` as filename to have
the output sent to stdout.
the output sent to stdout. Use `%` as filename to send the output to stderr.
This is similar to --trace, but leaves out the hex part and only shows the
ASCII part of the dump. It makes smaller output that might be easier to read

View File

@ -21,8 +21,8 @@ Example:
# `--trace`
Save a full trace dump of all incoming and outgoing data, including
descriptive information, in the given output file. Use "-" as filename to have
the output sent to stdout. Use "%" as filename to have the output sent to
descriptive information, in the given output file. Use `-` as filename to have
the output sent to stdout. Use `%` as filename to have the output sent to
stderr.
Note that verbose output of curl activities and network traffic might contain