]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Lowercase usage text just like the other ones 1951/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 14 Dec 2014 14:49:50 +0000 (15:49 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 14 Dec 2014 14:49:50 +0000 (15:49 +0100)
pdns/receiver.cc

index d2b16fbd397eba8342eb153941002343054c7f9c..c8f3341739154c1f4f1c912a016d4ee8dc766736 100644 (file)
@@ -554,7 +554,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");
+    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()) {