1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

curl.1: minor format fix for --data-ascii

... and removal of trailing whitespace on a single line
This commit is contained in:
Daniel Stenberg 2012-08-08 00:03:30 +02:00
parent 2f02d825f1
commit 672f24b1dc

View File

@ -284,9 +284,10 @@ curl invocation by using the \fI-b, --cookie\fP option! The
When used in FTP, the FTP server response lines are considered being "headers"
and thus are saved there.
If this option is used several times, the last one will be used.
If this option is used several times, the last one will be used.
.IP "--data-ascii <data>" See \fI-d, --data\fP.
.IP "--data-ascii <data>"
See \fI-d, --data\fP.
.IP "--data-binary <data>"
(HTTP) This posts data exactly as specified with no extra processing
whatsoever.