From c71ce0007e45a5268bec7df57a48b90412ef4715 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Aug 2023 16:34:25 +0200 Subject: [PATCH] docs/cmdline: remove repeated working for negotiate + ntlm The extra wording is added automatically by the gen.pl tool Closes #11597 --- docs/cmdline-opts/negotiate.d | 2 -- docs/cmdline-opts/ntlm.d | 2 -- 2 files changed, 4 deletions(-) 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.