From: Ruben Kerkhof Date: Sun, 14 Dec 2014 14:49:50 +0000 (+0100) Subject: Lowercase usage text just like the other ones X-Git-Tag: rec-3.7.0-rc1~109^2~14^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496d5c60c8e6a28b61e6b22235da18629d3016aa;p=thirdparty%2Fpdns.git Lowercase usage text just like the other ones --- diff --git a/pdns/receiver.cc b/pdns/receiver.cc index d2b16fbd39..c8f3341739 100644 --- a/pdns/receiver.cc +++ b/pdns/receiver.cc @@ -554,7 +554,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"); + DynListener::registerFunc("CURRENT-CONFIG",&DLCurrentConfigHandler, "retrieve the current configuration"); DynListener::registerFunc("LIST-ZONES",&DLListZones, "show list of zones", "[master|slave|native]"); if(!::arg()["tcp-control-address"].empty()) {