From: Kees Monshouwer Date: Tue, 4 Mar 2014 23:24:41 +0000 (+0100) Subject: list zones help text X-Git-Tag: rec-3.6.0-rc1~147^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd76677fd2366a8d8b793849116344b20e49d022;p=thirdparty%2Fpdns.git list zones help text --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index 5bfcbc009f..d555d5c365 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -1120,7 +1120,8 @@ try cerr<<"import-tsig-key NAME ALGORITHM KEY Import TSIG key"< "); DynListener::registerFunc("RETRIEVE",&DLNotifyRetrieveHandler, "retrieve slave domain", ""); DynListener::registerFunc("CURRENT-CONFIG",&DLCurrentConfigHandler, "Retrieve the current configuration"); - DynListener::registerFunc("LIST-ZONES",&DLListZones, "Show list of zones", "[]"); + DynListener::registerFunc("LIST-ZONES",&DLListZones, "show list of zones", "[master|slave|native]"); if(!::arg()["tcp-control-address"].empty()) { DynListener* dlTCP=new DynListener(ComboAddress(::arg()["tcp-control-address"], ::arg().asNum("tcp-control-port")));