]> granicus.if.org Git - curl/commitdiff
spell out that -i should be used if you want to add http headers to the
authorDaniel Stenberg <daniel@haxx.se>
Wed, 7 Aug 2002 08:09:14 +0000 (08:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 7 Aug 2002 08:09:14 +0000 (08:09 +0000)
output. -v does not do that

docs/curl.1

index b5dc5a34a5f92d9961fda4164c3d7f7445227806..6a7e273f3f51ad903e5c5ccbfa38c07a7381c7af 100644 (file)
@@ -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"