]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo in the help/completion for getDNSCryptBindCount 8855/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 24 Feb 2020 10:05:34 +0000 (11:05 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 24 Feb 2020 10:05:34 +0000 (11:05 +0100)
pdns/dnsdist-console.cc

index f5d559a5c2f0d8ec1314dd030d1a1f7573baa864..17e681eb459e1c34580f7d26a25c5e7cb35313eb 100644 (file)
@@ -397,7 +397,7 @@ const std::vector<ConsoleKeyword> g_consoleKeywords{
   { "getBind", true, "n", "returns the listener at index n" },
   { "getBindCount", true, "", "returns the number of listeners all kinds" },
   { "getDNSCryptBind", true, "n", "return the `DNSCryptContext` object corresponding to the bind `n`" },
-  { "geDNSCrypttBindCount", true, "", "returns the number of DNSCrypt listeners" },
+  { "getDNSCryptBindCount", true, "", "returns the number of DNSCrypt listeners" },
   { "getDOHFrontend", true, "n", "returns the DOH frontend with index n" },
   { "getDOHFrontendCount", true, "", "returns the number of DoH listeners" },
   { "getPool", true, "name", "return the pool named `name`, or \"\" for the default pool" },