aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-08-07 08:09:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-08-07 08:09:14 +0000
commit6ab44d9439686747ee1c608465dc0077ecd78415 (patch)
treea7072615d95106154361c07100d4511ce0a50b82 /docs/curl.1
parent108cb14d1f01deb5e5704c70c0feb8e2fd8d2175 (diff)
spell out that -i should be used if you want to add http headers to the
output. -v does not do that
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.111
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index b5dc5a34a..6a7e273f3 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -591,10 +591,13 @@ or the
.I -O
options.
.IP "-v/--verbose"
-Makes the fetching more verbose/talkative. Mostly usable for
-debugging. Lines starting with '>' means data sent by curl, '<'
-means data received by curl that is hidden in normal cases and lines
-starting with '*' means additional info provided by curl.
+Makes the fetching more verbose/talkative. Mostly usable for debugging. Lines
+starting with '>' means data sent by curl, '<' means data received by curl
+that is hidden in normal cases and lines starting with '*' means additional
+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 this option is used twice, the second will again disable verbose.
.IP "-V/--version"