From 496d5c60c8e6a28b61e6b22235da18629d3016aa Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 14 Dec 2014 15:49:50 +0100 Subject: [PATCH] Lowercase usage text just like the other ones --- pdns/receiver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/receiver.cc b/pdns/receiver.cc index d2b16fbd3..c8f334173 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()) { -- 2.49.0