]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing plain HTTP options to dig's help output
authorArtem Boldariev <artem@boldariev.com>
Wed, 2 Feb 2022 12:30:39 +0000 (14:30 +0200)
committerArtem Boldariev <artem@boldariev.com>
Mon, 28 Mar 2022 13:22:53 +0000 (16:22 +0300)
A couple of dig options were missing in the help output, while been
properly documented and supported. This commit fixes this overlook.

bin/dig/dig.c

index 0f50739b92ec2b035ad10f7c07b95db3aab16652..8d9c1f36e1a68495be023e75df697efecdda4a29 100644 (file)
@@ -226,7 +226,12 @@ help(void) {
               "                 +[no]https[=###]    (DNS-over-HTTPS mode) "
               "[/]\n"
               "                 +[no]https-get      (Use GET instead of "
-              "default POST method\n"
+              "default POST method while using HTTPS)\n"
+              "                 +[no]http-plain[=###]    (DNS over plain HTTP "
+              "mode) "
+              "[/]\n"
+              "                 +[no]https-plain-get      (Use GET instead of "
+              "default POST method while using plain HTTP)\n"
               "                 +[no]identify       (ID responders in short "
               "answers)\n"
 #ifdef HAVE_LIBIDN2