From: phonedph1 Date: Wed, 5 Sep 2018 20:19:47 +0000 (-0600) Subject: Update rec_channel_rec.cc X-Git-Tag: dnsdist-1.3.3~116^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6bc6998065aa5b98eeffa841deec3e672fe36ae1;p=thirdparty%2Fpdns.git Update rec_channel_rec.cc Noticed a missing newline that I didn't catch before. --- diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index e3f02a282a..670b40e7b3 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -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"