Skip to content

Commit

Permalink
Merge pull request #1951 from rubenk/lowercase-option
Browse files Browse the repository at this point in the history
Lowercase usage text just like the other ones
  • Loading branch information
Peter van Dijk committed Dec 15, 2014
2 parents 1bb5280 + 496d5c6 commit 201464d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/receiver.cc
Expand Up @@ -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()) {
Expand Down

0 comments on commit 201464d

Please sign in to comment.