From: Daniel Stenberg Date: Fri, 4 Aug 2023 14:34:25 +0000 (+0200) Subject: docs/cmdline: remove repeated working for negotiate + ntlm X-Git-Tag: curl-8_3_0~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c71ce0007e45a5268bec7df57a48b90412ef4715;p=thirdparty%2Fcurl.git docs/cmdline: remove repeated working for negotiate + ntlm The extra wording is added automatically by the gen.pl tool Closes #11597 --- diff --git a/docs/cmdline-opts/negotiate.d b/docs/cmdline-opts/negotiate.d index c2adafae2a..f1dd34dbaf 100644 --- a/docs/cmdline-opts/negotiate.d +++ b/docs/cmdline-opts/negotiate.d @@ -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. diff --git a/docs/cmdline-opts/ntlm.d b/docs/cmdline-opts/ntlm.d index 416374dd42..cc98c51e34 100644 --- a/docs/cmdline-opts/ntlm.d +++ b/docs/cmdline-opts/ntlm.d @@ -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.