summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schaefer <info@schaefer-heinrich.com>2013-10-10 23:08:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-10-11 11:57:26 +0200
commit9b33ecfd013d0713a707aec097f3fd6fe3d495a3 (patch)
treef33265147a5ce9a2a7919befd9e6b6c2e3b6bbc5
parentca1b34b8871e8b8ce4a40589778c85118d4637c4 (diff)
downloadgnurl-9b33ecfd013d0713a707aec097f3fd6fe3d495a3.tar.gz
gnurl-9b33ecfd013d0713a707aec097f3fd6fe3d495a3.tar.bz2
gnurl-9b33ecfd013d0713a707aec097f3fd6fe3d495a3.zip
minor fix in doc
-rw-r--r--docs/curl.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index f90bdabf3..b90cc89e8 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -298,7 +298,7 @@ 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. 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\fP @filename. When --data is told to read from a file like that,
+\fI--data\fP @foobar. When --data is told to read from a file like that,
carriage returns and newlines will be stripped out.
.IP "-D, --dump-header <file>"
Write the protocol headers to the specified file.