From: Daniel Stenberg Date: Mon, 10 Oct 2022 21:10:52 +0000 (+0200) Subject: header.d: add category smtp and imap X-Git-Tag: curl-7_86_0~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66313cf4b3a52245d676f4c61d27c5363a5ed680;p=thirdparty%2Fcurl.git header.d: add category smtp and imap They were previously (erroneously) added manually to tool_listhelp.c which would make them get removed again when the file is updated next time, unless added correctly here in header.d Follow-up to 2437fac01 Closes #9690 --- diff --git a/docs/cmdline-opts/header.d b/docs/cmdline-opts/header.d index e024742130..d98785eb4c 100644 --- a/docs/cmdline-opts/header.d +++ b/docs/cmdline-opts/header.d @@ -5,7 +5,7 @@ Short: H Arg:
Help: Pass custom header(s) to server Protocols: HTTP IMAP SMTP -Category: http +Category: http imap smtp See-also: user-agent referer Example: -H "X-First-Name: Joe" $URL Example: -H "User-Agent: yes-please/2000" $URL