From: Daniel Salzman Date: Wed, 25 Aug 2021 12:38:10 +0000 (+0200) Subject: kdig: add +[no]keepopen to the help X-Git-Tag: v3.1.2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f47f3ff8ceae07c0654db829bd1a225d17107e;p=thirdparty%2Fknot-dns.git kdig: add +[no]keepopen to the help --- diff --git a/src/utils/kdig/kdig_params.c b/src/utils/kdig/kdig_params.c index 03550e1c4a..f55218d228 100644 --- a/src/utils/kdig/kdig_params.c +++ b/src/utils/kdig/kdig_params.c @@ -2165,6 +2165,7 @@ static void print_help(void) " +[no]tcp Use TCP protocol.\n" " +[no]fastopen Use TCP Fast Open.\n" " +[no]ignore Don't use TCP automatically if truncated.\n" + " +[no]keepopen Don't close the TCP connection to be reused.\n" " +[no]tls Use TLS with Opportunistic privacy profile.\n" " +[no]tls-ca[=FILE] Use TLS with Out-Of-Band privacy profile.\n" " +[no]tls-pin=BASE64 Use TLS with pinned certificate.\n"