]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
receiver: fix help output for pdns current-config 9092/head
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 8 May 2020 22:03:59 +0000 (18:03 -0400)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 22:03:59 +0000 (18:03 -0400)
pdns/receiver.cc

index da65e8bf2591a9e3a5aaac613ec280a751b8c8a1..90a42e3269cbd81d0f9a28bbc8965cd231a54c7c 100644 (file)
@@ -587,7 +587,7 @@ int main(int argc, char **argv)
     DynListener::registerFunc("REMOTES", &DLRemotesHandler, "get top remotes");
     DynListener::registerFunc("SET",&DLSettingsHandler, "set config variables", "<var> <value>");
     DynListener::registerFunc("RETRIEVE",&DLNotifyRetrieveHandler, "retrieve slave domain", "<domain>");
-    DynListener::registerFunc("CURRENT-CONFIG",&DLCurrentConfigHandler, "retrieve the current configuration", "[diff|default]");
+    DynListener::registerFunc("CURRENT-CONFIG",&DLCurrentConfigHandler, "retrieve the current configuration", "[diff]");
     DynListener::registerFunc("LIST-ZONES",&DLListZones, "show list of zones", "[master|slave|native]");
     DynListener::registerFunc("TOKEN-LOGIN", &DLTokenLogin, "Login to a PKCS#11 token", "<module> <slot> <pin>");