mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
parent
857e334a45
commit
15e8cebd64
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user