File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Long: delegation
2
2
Arg : <LEVEL>
3
3
Help : GSS-API delegation permission
4
4
Protocols : GSS/kerberos
5
- Category : misc
5
+ Category : auth
6
6
---
7
7
Set LEVEL to tell the server what it is allowed to delegate when it
8
8
comes to user credentials.
Original file line number Diff line number Diff line change 1
1
Long : suppress-connect-headers
2
2
Help : Suppress proxy CONNECT response headers
3
3
See-also : dump-header include proxytunnel
4
- Category : misc
4
+ Category : proxy
5
5
---
6
6
When --proxytunnel is used and a CONNECT request is made don't output proxy
7
7
CONNECT response headers. This option is meant to be used with --dump-header or
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ static const struct helptxt helptext[] = {
207
207
CURLHELP_HTTP | CURLHELP_POST | CURLHELP_UPLOAD },
208
208
{" --delegation <LEVEL>" ,
209
209
"GSS-API delegation permission" ,
210
- CURLHELP_MISC },
210
+ CURLHELP_AUTH },
211
211
{" --digest" ,
212
212
"Use HTTP Digest Authentication" ,
213
213
CURLHELP_PROXY | CURLHELP_AUTH | CURLHELP_HTTP },
@@ -732,7 +732,7 @@ static const struct helptxt helptext[] = {
732
732
CURLHELP_VERBOSE },
733
733
{" --suppress-connect-headers" ,
734
734
"Suppress proxy CONNECT response headers" ,
735
- CURLHELP_MISC },
735
+ CURLHELP_PROXY },
736
736
{" --tcp-fastopen" ,
737
737
"Use TCP Fast Open" ,
738
738
CURLHELP_CONNECTION },
You can’t perform that action at this time.
0 commit comments