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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6176%2Fhead;p=thirdparty%2Fpdns.git fix showTLSContexts tab completion --- diff --git a/pdns/dnsdist-console.cc b/pdns/dnsdist-console.cc index 78d0ac4ec1..3bfc0b8bb5 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"},