From: Oli Schacher Date: Fri, 12 Jan 2018 16:49:27 +0000 (+0100) Subject: fix showTLSContexts tab completion X-Git-Tag: dnsdist-1.3.0~147^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b25405dbd82b6de98253cb16be0b001e1ce67dd;p=pdns fix showTLSContexts tab completion --- 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"},