summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/data.d
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2018-05-28 14:17:51 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-28 15:02:03 +0200
commit7c189c66080664f48758a938d852e5d0471c3621 (patch)
tree7d5a530053b9ccb51cfb955b473746428083aacc /docs/cmdline-opts/data.d
parentc78dd2e1d0cbe7fb32eda5cd9b1f7b7c0f178c1e (diff)
downloadgnurl-7c189c66080664f48758a938d852e5d0471c3621.tar.gz
gnurl-7c189c66080664f48758a938d852e5d0471c3621.tar.bz2
gnurl-7c189c66080664f48758a938d852e5d0471c3621.zip
curl.1: Fix cmdline-opts reference errors.
--data, --form, and --ntlm were declared to be mutually exclusive with non-existing options. --data and --form referred to --upload (which is short for --upload-file and therefore did work, so this one was merely a bit confusing), --ntlm referred to --negotiated instead of --negotiate. Closes #2612
Diffstat (limited to 'docs/cmdline-opts/data.d')
-rw-r--r--docs/cmdline-opts/data.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cmdline-opts/data.d b/docs/cmdline-opts/data.d
index 157285840..7d499665e 100644
--- a/docs/cmdline-opts/data.d
+++ b/docs/cmdline-opts/data.d
@@ -4,7 +4,7 @@ Arg: <data>
Help: HTTP POST data
Protocols: HTTP
See-also: data-binary data-urlencode data-raw
-Mutexed: form head upload
+Mutexed: form head upload-file
---
Sends the specified data in a POST request to the HTTP server, in the same way
that a browser does when a user has filled in an HTML form and presses the