From 7b9318bf72975957205f4d0f313d0e059e86f508 Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Wed, 2 Feb 2022 14:30:39 +0200 Subject: [PATCH] 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. --- bin/dig/dig.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/dig/dig.c b/bin/dig/dig.c index 0f50739b92..8d9c1f36e1 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