From 77d1476c462dee4b069ab9981f921879a467ec76 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. --- 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 9f5742a2d8..6c0dcb1f0d 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"