diff options
-rw-r--r-- | docs/curl.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index d3018c6d4..e0c0ba0aa 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -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. |