From f78fa6a57d53db9b0ee2141394c28ca2d86cc958 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 2 May 2011 14:40:17 +0200
Subject: [PATCH] --data-ascii: add mention

As it is a separate option it should have a .IP title
---
 docs/curl.1 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/curl.1 b/docs/curl.1
index b023acedb2..2214312b66 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.
-- 
GitLab