From: Aram Sargsyan Date: Thu, 27 Jul 2023 11:17:42 +0000 (+0000) Subject: Fix dig help message typo in the http-plain-get option X-Git-Tag: v9.19.16~9^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77d1476c462dee4b069ab9981f921879a467ec76;p=thirdparty%2Fbind9.git Fix dig help message typo in the http-plain-get option The option name is misspelled as 'https-plain-get'. Fix the error. --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 9f5742a2d81..6c0dcb1f0d1 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -225,7 +225,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"