From de003d9cf8d1a3390c56b5fd2f332e5db182360c Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 17 Feb 2003 09:02:51 +0000
Subject: [PATCH] mention --trace and --trace-ascii in the -v/--versbose
 section to remind people how to get even more details shown

---
 docs/curl.1 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/curl.1 b/docs/curl.1
index 4b23579079..9a316d3f12 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
-- 
GitLab