]> granicus.if.org Git - pdns/commitdiff
fix showTLSContexts tab completion
authorOli Schacher <oli.schacher@switch.ch>
Fri, 12 Jan 2018 16:49:27 +0000 (17:49 +0100)
committerOli Schacher <oli.schacher@switch.ch>
Fri, 12 Jan 2018 16:49:27 +0000 (17:49 +0100)
pdns/dnsdist-console.cc

index 78d0ac4ec1648b1c0ef260b0d12ad17569475625..3bfc0b8bb57fa68aad1018a4d9627ebe7a52edf4 100644 (file)
@@ -412,7 +412,7 @@ const std::vector<ConsoleKeyword> 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"},