]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
header.d: add category smtp and imap
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Oct 2022 21:10:52 +0000 (23:10 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Oct 2022 06:13:27 +0000 (08:13 +0200)
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

index e024742130a16d8c0d6ca2241b0ddd21236911d5..d98785eb4c9e3186071999d1aedb23daac3285fe 100644 (file)
@@ -5,7 +5,7 @@ Short: H
 Arg: <header/@file>
 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