]> granicus.if.org Git - pdns/commitdiff
Update rec_channel_rec.cc
authorphonedph1 <phoned@gmail.com>
Wed, 5 Sep 2018 20:19:47 +0000 (14:19 -0600)
committerGitHub <noreply@github.com>
Wed, 5 Sep 2018 20:19:47 +0000 (14:19 -0600)
Noticed a missing newline that I didn't catch before.

pdns/rec_channel_rec.cc

index e3f02a282ad412f78bc01ff2cb3bf5d0644d915b..670b40e7b3a18b50ca8178f46c09b30a51fcf0d1 100644 (file)
@@ -1315,7 +1315,7 @@ string RecursorControlParser::getAnswer(const string& question, RecursorControlP
 "top-queries                      show top queries\n"
 "top-pub-queries                  show top queries grouped by public suffix list\n"
 "top-remotes                      show top remotes\n"
-"top-timeouts                     show top downstream timeouts"
+"top-timeouts                     show top downstream timeouts\n"
 "top-servfail-queries             show top queries receiving servfail answers\n"
 "top-bogus-queries                show top queries validating as bogus\n"
 "top-pub-servfail-queries         show top queries receiving servfail answers grouped by public suffix list\n"