diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-17 09:02:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-17 09:02:51 +0000 |
commit | de003d9cf8d1a3390c56b5fd2f332e5db182360c (patch) | |
tree | e48dcb0d6ae657751e4a4a08ea6cb1cc904d288e /docs | |
parent | 8a2a523c705d5be21acb04a8b1ee8e64fdbe3181 (diff) |
mention --trace and --trace-ascii in the -v/--versbose section to remind
people how to get even more details shown
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 4b2357907..9a316d3f1 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -621,6 +621,9 @@ info provided by curl. Note that if you want to see HTTP headers in the output, \fI-i/--include\fP might be option you're looking for. +If you think this option still doesn't give you enough details, consider using +\fI--trace\fP or \fI--trace-ascii\fP instead. + If this option is used twice, the second will again disable verbose. .IP "-V/--version" Displays the full version of curl, libcurl and other 3rd party libraries |