]> granicus.if.org Git - curl/commitdiff
clarify that > in the verbose output can contain newlines
authorDaniel Stenberg <daniel@haxx.se>
Sat, 16 Apr 2005 12:24:12 +0000 (12:24 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 16 Apr 2005 12:24:12 +0000 (12:24 +0000)
docs/curl.1

index fbac73fb8fbe7018e8e9c97651ac080a1da5c9a6..4ee2f95ca7cce2fac0a7c0041cb76eb565a53ce3 100644 (file)
@@ -887,9 +887,9 @@ This option may be used any number of times. To control where this URL is
 written, use the \fI-o/--output\fP or the \fI-O/--remote-name\fP 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.
+starting with '>' means data sent by curl (this data may in itself contain
+newlines), '<' 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 only want HTTP headers in the output, \fI-i/--include\fP
 might be option you're looking for.