From: Artem Boldariev Date: Wed, 2 Feb 2022 12:30:39 +0000 (+0200) Subject: Add missing plain HTTP options to dig's help output X-Git-Tag: v9.19.0~41^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b9318bf72975957205f4d0f313d0e059e86f508;p=thirdparty%2Fbind9.git Add missing plain HTTP options to dig's help output A couple of dig options were missing in the help output, while been properly documented and supported. This commit fixes this overlook. --- diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 0f50739b92e..8d9c1f36e1a 100644 --- a/bin/dig/dig.c +++ b/bin/dig/dig.c @@ -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