mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:20:02 -04:00
Fix dig help message typo in the http-plain-get option
The option name is misspelled as 'https-plain-get'. Fix the error.
(cherry picked from commit 77d1476c46)
This commit is contained in:
parent
6fbbfe9018
commit
18ba295abe
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ help(void) {
|
|||
" +[no]http-plain[=###] (DNS over plain HTTP "
|
||||
"mode) "
|
||||
"[/]\n"
|
||||
" +[no]https-plain-get (Use GET instead of "
|
||||
" +[no]http-plain-get (Use GET instead of "
|
||||
"default POST method while using plain HTTP)\n"
|
||||
" +[no]identify (ID responders in short "
|
||||
"answers)\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue