summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2020-10-03 09:13:34 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-10-03 22:59:50 +0200
commit639c6bfcfa53248fb606f7357693710dc076593a (patch)
treed4af62aff902b7a9314b544f847d9ac22479dc9b /src
parent2ead0ca4823da5fb5392330410fb26f5fb97148d (diff)
downloadgnurl-639c6bfcfa53248fb606f7357693710dc076593a.tar.gz
gnurl-639c6bfcfa53248fb606f7357693710dc076593a.tar.bz2
gnurl-639c6bfcfa53248fb606f7357693710dc076593a.zip
--help: move two options from the misc category
The cmdline opts delegation and suppress-connect-headers fit better into auth and proxy rather than misc. Follow-up to aa8777f63febc Closes #6038
Diffstat (limited to 'src')
-rw-r--r--src/tool_help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 4955a52c3..c7af101e2 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -207,7 +207,7 @@ static const struct helptxt helptext[] = {
CURLHELP_HTTP | CURLHELP_POST | CURLHELP_UPLOAD},
{" --delegation <LEVEL>",
"GSS-API delegation permission",
- CURLHELP_MISC},
+ CURLHELP_AUTH},
{" --digest",
"Use HTTP Digest Authentication",
CURLHELP_PROXY | CURLHELP_AUTH | CURLHELP_HTTP},
@@ -732,7 +732,7 @@ static const struct helptxt helptext[] = {
CURLHELP_VERBOSE},
{" --suppress-connect-headers",
"Suppress proxy CONNECT response headers",
- CURLHELP_MISC},
+ CURLHELP_PROXY},
{" --tcp-fastopen",
"Use TCP Fast Open",
CURLHELP_CONNECTION},