From 8b25405dbd82b6de98253cb16be0b001e1ce67dd Mon Sep 17 00:00:00 2001 From: Oli Schacher Date: Fri, 12 Jan 2018 17:49:27 +0100 Subject: [PATCH] fix showTLSContexts tab completion --- pdns/dnsdist-console.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 78d0ac4ec..3bfc0b8bb 100644 --- a/pdns/dnsdist-console.cc +++ b/pdns/dnsdist-console.cc @@ -412,7 +412,7 @@ const std::vector g_consoleKeywords{ { "showServerPolicy", true, "", "show name of currently operational server selection policy" }, { "showServers", true, "", "output all servers" }, { "showTCPStats", true, "", "show some statistics regarding TCP" }, - { "showTLSContext", true, "", "list all the available TLS contexts" }, + { "showTLSContexts", true, "", "list all the available TLS contexts" }, { "showVersion", true, "", "show the current version" }, { "shutdown", true, "", "shut down `dnsdist`" }, { "snmpAgent", true, "enableTraps [, masterSocket]", "enable `SNMP` support. `enableTraps` is a boolean indicating whether traps should be sent and `masterSocket` an optional string specifying how to connect to the master agent"}, -- 2.40.0