mirror of
https://github.com/curl/curl.git
synced 2024-12-27 06:59:43 +08:00
ddaa85893d
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
12 lines
324 B
Makefile
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.
|