]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/cmdline: remove repeated working for negotiate + ntlm
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Aug 2023 14:34:25 +0000 (16:34 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 6 Aug 2023 15:19:37 +0000 (17:19 +0200)
The extra wording is added automatically by the gen.pl tool

Closes #11597

docs/cmdline-opts/negotiate.d
docs/cmdline-opts/ntlm.d

index c2adafae2ab520307aab791973a0138b98a2a8e2..f1dd34dbafe57c542bf61be630aaebdb53c8ee8a 100644 (file)
@@ -17,5 +17,3 @@ This option requires a library built with GSS-API or SSPI support. Use
 When using this option, you must also provide a fake --user option to activate
 the authentication code properly. Sending a '-u :' is enough as the user name
 and password from the --user option are not actually used.
-
-If this option is used several times, only the first one is used.
index 416374dd42914e63765ac663a53f6fb4b72d8ef9..cc98c51e34cf944b91c144d3c1dd43b9991483c4 100644 (file)
@@ -20,5 +20,3 @@ method instead, such as Digest.
 
 If you want to enable NTLM for your proxy authentication, then use
 --proxy-ntlm.
-
-If this option is used several times, only the first one is used.