]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix dig help message typo in the http-plain-get option
authorAram Sargsyan <aram@isc.org>
Thu, 27 Jul 2023 11:17:42 +0000 (11:17 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 1 Aug 2023 10:38:44 +0000 (10:38 +0000)
The option name is misspelled as 'https-plain-get'. Fix the error.

bin/dig/dig.c

index 9f5742a2d81dc6e56666142fd6d71665846bc2fc..6c0dcb1f0d14fe0d93daedab8853d4d0a43c6cf1 100644 (file)
@@ -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"