mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 12:12:11 -04:00
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:
parent
a32ac8790c
commit
7b9318bf72
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue