From c0b64605437186085230c10ed3c6555df67c0e9c Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 28 Sep 2022 11:35:23 +0200 Subject: [PATCH] fix botched help line --- pdns/rec_channel_rec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index e4d9d7e5ea..075f505837 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -2091,8 +2091,8 @@ RecursorControlChannel::Answer RecursorControlParser::getAnswer(int s, const str "get-parameter [key1] [key2] .. get configuration parameters\n" "get-proxymapping-stats get proxy mapping statistics\n" "get-qtypelist get QType statistics\n" - "get-remotelogger-stats get remote logger statistics\n" " notice: queries from cache aren't being counted yet\n" + "get-remotelogger-stats get remote logger statistics\n" "hash-password [work-factor] ask for a password then return the hashed version\n" "help get this list\n" "ping check that all threads are alive\n" -- 2.47.2