]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
nit
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 7 Mar 2014 07:25:58 +0000 (08:25 +0100)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 7 Mar 2014 07:25:58 +0000 (08:25 +0100)
pdns/pdnssec.cc

index a63b2dec5122fad029a5942ee28408dddd2fe978..e87486367d2d76a9644b6bd9701e899edabfeff2 100644 (file)
@@ -1075,7 +1075,7 @@ try
     cerr<<"                                   Disable TSIG key for a zone"<<endl;
     cerr<<"deactivate-zone-key ZONE KEY-ID    Deactivate the key with key id KEY-ID in ZONE"<<endl;
     cerr<<"delete-tsig-key NAME               Delete TSIG key (warning! will not unmap key!)"<<endl;
-    cerr<<"delete-zone zone                   Delete the zone"<<endl;
+    cerr<<"delete-zone ZONE                   Delete the zone"<<endl;
     cerr<<"disable-dnssec ZONE                Deactivate all keys and unset PRESIGNED in ZONE"<<endl;
     cerr<<"export-zone-dnskey ZONE KEY-ID     Export to stdout the public DNSKEY described"<<endl;
     cerr<<"export-zone-key ZONE KEY-ID        Export to stdout the private key described"<<endl;