diff options
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index ca52b96c6..8f8e3d65f 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1679,9 +1679,9 @@ Principal Name) formats. For example, EXAMPLE\\user and user@example.com respectively. If you use a Windows SSPI-enabled curl binary and perform Kerberos V5, -Negotiate or NTLM authentication then you can tell curl to select the user -name and password from your environment by specifying a single colon with this -option: "-u :". +Negotiate, NTLM or DIGEST-MD5 authentication then you can tell curl to select +the user name and password from your environment by specifying a single colon +with this option: "-u :". If this option is used several times, the last one will be used. .IP "-U, --proxy-user <user:password>" |