From: Daniel Stenberg Date: Mon, 2 May 2011 12:40:17 +0000 (+0200) Subject: --data-ascii: add mention X-Git-Tag: curl-7_21_7~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f78fa6a57d53db9b0ee2141394c28ca2d86cc958;p=curl --data-ascii: add mention As it is a separate option it should have a .IP title --- diff --git a/docs/curl.1 b/docs/curl.1 index b023acedb..2214312b6 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -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 " +See \fI-d/--data\fP. .IP "--data-binary " (HTTP) This posts data exactly as specified with no extra processing whatsoever.