]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
data.d: remove "Multiple files can also be specified"
authorDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2020 07:39:47 +0000 (08:39 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 21 Jan 2020 07:39:48 +0000 (08:39 +0100)
It is superfluous and could even be misleading.

Bug: https://curl.haxx.se/mail/archive-2020-01/0016.html
Reported-by: Mike Norton
Closes #4832

docs/cmdline-opts/data.d

index d18312aaaff8924b55fcbc46adc20fc730b59b6e..8b5200d34af6fb19647c71256e859528f866f125 100644 (file)
@@ -22,9 +22,8 @@ data pieces specified will be merged together with a separating
 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 --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.
+read the data from, or - if you want curl to read the data from stdin. Posting
+data from a file named \&'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.