curl.1: Fix cmdline-opts reference errors.
authorFrank Gevaerts <frank@gevaerts.be>
Mon, 28 May 2018 12:17:51 +0000 (14:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 May 2018 13:02:03 +0000 (15:02 +0200)
commit7c189c66080664f48758a938d852e5d0471c3621
tree7d5a530053b9ccb51cfb955b473746428083aacc
parentc78dd2e1d0cbe7fb32eda5cd9b1f7b7c0f178c1e
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
docs/cmdline-opts/data.d
docs/cmdline-opts/form.d
docs/cmdline-opts/ntlm.d