]> granicus.if.org Git - curl/commitdiff
--data-ascii: add mention
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 May 2011 12:40:17 +0000 (14:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 May 2011 12:40:17 +0000 (14:40 +0200)
As it is a separate option it should have a .IP title

docs/curl.1

index b023acedb213ed824fba0020ce1319b0abc4fb89..2214312b6600918c176509ae4f8fe6093195f241 100644 (file)
@@ -247,6 +247,8 @@ 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 @foobar\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.