From: Josh Soref Date: Fri, 8 May 2020 22:03:59 +0000 (-0400) Subject: receiver: fix help output for pdns current-config X-Git-Tag: rec-4.4.0-beta1~39^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=085317b59daf7161d233a617c774c8497f8d7d06;p=thirdparty%2Fpdns.git receiver: fix help output for pdns current-config --- diff --git a/pdns/receiver.cc b/pdns/receiver.cc index da65e8bf25..90a42e3269 100644 --- a/pdns/receiver.cc +++ b/pdns/receiver.cc @@ -587,7 +587,7 @@ int main(int argc, char **argv) DynListener::registerFunc("REMOTES", &DLRemotesHandler, "get top remotes"); DynListener::registerFunc("SET",&DLSettingsHandler, "set config variables", " "); DynListener::registerFunc("RETRIEVE",&DLNotifyRetrieveHandler, "retrieve slave 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", " ");