From 7c189c66080664f48758a938d852e5d0471c3621 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 28 May 2018 14:17:51 +0200 Subject: 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/form.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/cmdline-opts/form.d') diff --git a/docs/cmdline-opts/form.d b/docs/cmdline-opts/form.d index 8d04d4193..0bbc3701f 100644 --- a/docs/cmdline-opts/form.d +++ b/docs/cmdline-opts/form.d @@ -3,7 +3,7 @@ Short: F Arg: Help: Specify multipart MIME data Protocols: HTTP SMTP IMAP -Mutexed: data head upload +Mutexed: data head upload-file --- For HTTP protocol family, this lets curl emulate a filled-in form in which a user has pressed the submit button. This causes curl to POST data using the -- cgit v1.2.3