]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update dnsdist-console.cc 9486/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Sat, 19 Sep 2020 16:13:21 +0000 (10:13 -0600)
committerGitHub <noreply@github.com>
Sat, 19 Sep 2020 16:13:21 +0000 (10:13 -0600)
pdns/dnsdist-console.cc

index 130e4cc628b9d46096f8bcd87b366e7fd66d2c9b..efabac278874a195d90f13af8ac04f2244c01a10 100644 (file)
@@ -603,7 +603,7 @@ const std::vector<ConsoleKeyword> g_consoleKeywords{
   { "topCacheHitResponseRule", true, "", "move the last cache hit response rule to the first position" },
   { "topClients", true, "n", "show top-`n` clients sending the most queries over length of ringbuffer" },
   { "topQueries", true, "n[, labels]", "show top 'n' queries, as grouped when optionally cut down to 'labels' labels" },
-  { "topResponses", true, "n, kind[, labels]", "show top 'n' responses with RCODE=kind (0=NO Error, 2=ServFail, 3=ServFail), as grouped when optionally cut down to 'labels' labels" },
+  { "topResponses", true, "n, kind[, labels]", "show top 'n' responses with RCODE=kind (0=NO Error, 2=ServFail, 3=NXDomain), as grouped when optionally cut down to 'labels' labels" },
   { "topResponseRule", true, "", "move the last response rule to the first position" },
   { "topRule", true, "", "move the last rule to the first position" },
   { "topSelfAnsweredResponseRule", true, "", "move the last self-answered response rule to the first position" },