From: Daniel Stenberg Date: Sun, 23 Jun 2024 14:12:50 +0000 (+0200) Subject: trace-ascii.md: mention "%" for stderr X-Git-Tag: curl-8_9_0~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15e8cebd64701e6c4ac44b6bda5860af4ebb8e2b;p=thirdparty%2Fcurl.git trace-ascii.md: mention "%" for stderr Closes #13991 --- diff --git a/docs/cmdline-opts/trace-ascii.md b/docs/cmdline-opts/trace-ascii.md index 34f4d9f41c..9311a80f18 100644 --- a/docs/cmdline-opts/trace-ascii.md +++ b/docs/cmdline-opts/trace-ascii.md @@ -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 diff --git a/docs/cmdline-opts/trace.md b/docs/cmdline-opts/trace.md index f6e3e4b55a..649990ea66 100644 --- a/docs/cmdline-opts/trace.md +++ b/docs/cmdline-opts/trace.md @@ -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