]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.1: fix missing space in section --data
authorJay Satiro <raysatiro@yahoo.com>
Tue, 19 May 2015 19:43:11 +0000 (15:43 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 19 May 2015 19:43:40 +0000 (15:43 -0400)
docs/curl.1

index c8d9baf116ad045b2823a7095ec6d46069838878..1d1bc8102a2fae568b847a84d974be885258ed70 100644 (file)
@@ -317,7 +317,7 @@ using the content-type application/x-www-form-urlencoded.  Compare to
 
 \fI-d, --data\fP is the same as \fI--data-ascii\fP. \fI--data-raw\fP is almost
 the same but does not have a special interpretation of the @ character. To
-post data purely binary, you should instead use the\fI--data-binary\fP option.
+post data purely binary, you should instead use the \fI--data-binary\fP option.
 To URL-encode the value of a form field you may use \fI--data-urlencode\fP.
 
 If any of these options is used more than once on the same command line, the