From 66313cf4b3a52245d676f4c61d27c5363a5ed680 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 10 Oct 2022 23:10:52 +0200 Subject: [PATCH] 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 --- docs/cmdline-opts/header.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3