curl/docs/cmdline-opts/trace-time.d
Daniel Stenberg ddaa85893d
curl.1: require "see also" for every documented option
gen.pl now generates a warning if the "See Also" field is not filled in for a
command line option

All command line options now provide one or more related options. 167
"See alsos" added!

Closes #8019
2021-11-15 23:06:41 +01:00

12 lines
324 B
Makefile

Long: trace-time
Help: Add time stamps to trace/verbose output
Added: 7.14.0
Category: verbose
Example: --trace-time --trace-ascii output $URL
See-also: trace verbose
---
Prepends a time stamp to each trace or verbose line that curl displays.
This option is global and does not need to be specified for each use of
--next.