mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 12:35:04 -05:00
minor fix in doc
This commit is contained in:
parent
ca1b34b887
commit
9b33ecfd01
@ -298,7 +298,7 @@ If you start the data with the letter @, the rest should be a file name to
|
||||
read the data from, or - if you want curl to read the data from stdin. The
|
||||
contents of the file must already be URL-encoded. Multiple files can also be
|
||||
specified. Posting data from a file named 'foobar' would thus be done with
|
||||
\fI--data\fP @filename. When --data is told to read from a file like that,
|
||||
\fI--data\fP @foobar. When --data is told to read from a file like that,
|
||||
carriage returns and newlines will be stripped out.
|
||||
.IP "-D, --dump-header <file>"
|
||||
Write the protocol headers to the specified file.
|
||||
|
Loading…
Reference in New Issue
Block a user