curl: add -I and -i to -h important

Closes #20483
This commit is contained in:
jhauga 2026-01-30 16:15:06 -05:00 committed by Daniel Stenberg
parent 7fc12ecae8
commit 161be30854
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 18 additions and 16 deletions

View file

@ -266,10 +266,10 @@ const struct helptxt helptext[] = {
CURLHELP_HTTP | CURLHELP_PROXY },
{ "-I, --head",
"Show document info only",
CURLHELP_HTTP | CURLHELP_FTP | CURLHELP_FILE },
CURLHELP_IMPORTANT | CURLHELP_HTTP | CURLHELP_FTP | CURLHELP_FILE },
{ "-H, --header <header/@file>",
"Pass custom header(s) to server",
CURLHELP_HTTP | CURLHELP_IMAP | CURLHELP_SMTP },
CURLHELP_IMPORTANT | CURLHELP_HTTP | CURLHELP_IMAP | CURLHELP_SMTP },
{ "-h, --help <subject>",
"Get help for commands",
CURLHELP_IMPORTANT | CURLHELP_CURL },