From 20f47f3ff8ceae07c0654db829bd1a225d17107e Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Wed, 25 Aug 2021 14:38:10 +0200 Subject: [PATCH] kdig: add +[no]keepopen to the help --- src/utils/kdig/kdig_params.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3