From 18ba295abeca8324ee25e3fa26d8ba6b758b21ca Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 27 Jul 2023 11:17:42 +0000 Subject: [PATCH] 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 77d1476c462dee4b069ab9981f921879a467ec76) --- bin/dig/dig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 83eb8d1507..87552be6f6 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -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"