aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-05-02 14:40:17 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-05-02 14:40:17 +0200
commitf78fa6a57d53db9b0ee2141394c28ca2d86cc958 (patch)
treee434ff31538ae6887b96478206e353be0f42f221 /docs
parent038a631274606e911e45681d88219908eb0749bf (diff)
--data-ascii: add mention
As it is a separate option it should have a .IP title
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.12
1 files changed, 2 insertions, 0 deletions
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 <data>"
+See \fI-d/--data\fP.
.IP "--data-binary <data>"
(HTTP) This posts data exactly as specified with no extra processing
whatsoever.