Add missing plain HTTP options to dig's help output

A couple of dig options were missing in the help output, while been
properly documented and supported. This commit fixes this overlook.
This commit is contained in:
Artem Boldariev 2022-02-02 14:30:39 +02:00
parent a32ac8790c
commit 7b9318bf72

View file

@ -226,7 +226,12 @@ help(void) {
" +[no]https[=###] (DNS-over-HTTPS mode) "
"[/]\n"
" +[no]https-get (Use GET instead of "
"default POST method\n"
"default POST method while using HTTPS)\n"
" +[no]http-plain[=###] (DNS over plain HTTP "
"mode) "
"[/]\n"
" +[no]https-plain-get (Use GET instead of "
"default POST method while using plain HTTP)\n"
" +[no]identify (ID responders in short "
"answers)\n"
#ifdef HAVE_LIBIDN2