aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/data.d
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-12-17 23:56:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-12-17 23:56:50 +0100
commite79d31715a327b238323648d39c034f341a06167 (patch)
treee56bf80bcb240601ef637e727f18705021416a04 /docs/cmdline-opts/data.d
parent2bd2538eb03ec1056797720a81233cc7bd16d718 (diff)
cmdline-opts: formatting fixes
Diffstat (limited to 'docs/cmdline-opts/data.d')
-rw-r--r--docs/cmdline-opts/data.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/cmdline-opts/data.d b/docs/cmdline-opts/data.d
index 353b41f21..157285840 100644
--- a/docs/cmdline-opts/data.d
+++ b/docs/cmdline-opts/data.d
@@ -24,7 +24,7 @@ chunk that looks like \&'name=daniel&skill=lousy'.
If you start the data with the letter @, the rest should be a file name to
read the data from, or - if you want curl to read the data from
stdin. Multiple files can also be specified. Posting data from a file named
-'foobar' would thus be done with \fI--data\fP @foobar. When --data is told to
-read from a file like that, carriage returns and newlines will be stripped
-out. If you don't want the @ character to have a special interpretation use
---data-raw instead.
+'foobar' would thus be done with --data @foobar. When --data is told to read
+from a file like that, carriage returns and newlines will be stripped out. If
+you don't want the @ character to have a special interpretation use --data-raw
+instead.