From f76254e86c9388e13f373ab78eaecbe9ac7967d8 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 9 Jul 2014 17:01:13 +0200 Subject: [PATCH] Document optional trace-regex in rec_control help To clear tracing, rec_control trage-regex should be called without a regex parameter. Document in rec_control help. --- 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 47c1a59a8b..d1444658d3 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -638,7 +638,7 @@ string RecursorControlParser::getAnswer(const string& question, RecursorControlP "reload-lua-script [filename] (re)load Lua script\n" "reload-zones reload all auth and forward zones\n" "set-minimum-ttl value set mininum-ttl-override\n" -"trace-regex regex emit resolution trace for matching queries\n" +"trace-regex [regex] emit resolution trace for matching queries (empty regex to clear trace)\n" "top-remotes show top remotes\n" "unload-lua-script unload Lua script\n" "wipe-cache domain0 [domain1] .. wipe domain data from cache\n"; -- 2.47.2