mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
clarify that > in the verbose output can contain newlines
This commit is contained in:
parent
6c2f583f51
commit
b15507aac3
@ -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.
|
written, use the \fI-o/--output\fP or the \fI-O/--remote-name\fP options.
|
||||||
.IP "-v/--verbose"
|
.IP "-v/--verbose"
|
||||||
Makes the fetching more verbose/talkative. Mostly usable for debugging. Lines
|
Makes the fetching more verbose/talkative. Mostly usable for debugging. Lines
|
||||||
starting with '>' means data sent by curl, '<' means data received by curl
|
starting with '>' means data sent by curl (this data may in itself contain
|
||||||
that is hidden in normal cases and lines starting with '*' means additional
|
newlines), '<' means data received by curl that is hidden in normal cases and
|
||||||
info provided by curl.
|
lines starting with '*' means additional info provided by curl.
|
||||||
|
|
||||||
Note that if you only want HTTP headers in the output, \fI-i/--include\fP
|
Note that if you only want HTTP headers in the output, \fI-i/--include\fP
|
||||||
might be option you're looking for.
|
might be option you're looking for.
|
||||||
|
Loading…
Reference in New Issue
Block a user