]> granicus.if.org Git - curl/commitdiff
minor fix in doc
authorHeinrich Schaefer <info@schaefer-heinrich.com>
Thu, 10 Oct 2013 21:08:47 +0000 (23:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Oct 2013 09:57:26 +0000 (11:57 +0200)
docs/curl.1

index f90bdabf34538ddf98865fb00f20f374044dd241..b90cc89e81961cbec554446f3bad6828cf6def9b 100644 (file)
@@ -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.