]> granicus.if.org Git - pdns/commitdiff
clarify that 'params' is optional in pdnssec set-nsec3
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Tue, 13 Mar 2012 19:35:44 +0000 (19:35 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Tue, 13 Mar 2012 19:35:44 +0000 (19:35 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2483 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/pdnssec.cc

index 0462a3d8611c867944ebbb48a6e3a884cd8210c6..ae32e6fb15922f145c68fb77a8b70e58457b5481 100644 (file)
@@ -484,26 +484,26 @@ try
     cerr<<"activate-zone-key ZONE KEY-ID    Activate the key with key id KEY-ID in ZONE\n";
     cerr<<"add-zone-key ZONE [zsk|ksk] [bits]\n";
     cerr<<"             [rsasha1|rsasha256|rsasha512|gost|ecdsa256|ecdsa384]\n";
-    cerr<<"                                 Add a ZSK or KSK to zone and specify algo&bits\n";
-    cerr<<"check-zone ZONE                  Check a zone for correctness\n";
-    cerr<<"check-all-zones                  Check all zones for correctness\n";
-    cerr<<"create-bind-db FNAME             Create DNSSEC db for BIND backend (bind-dnssec-db)\n"; 
-    cerr<<"deactivate-zone-key ZONE KEY-ID  Deactivate the key with key id KEY-ID in ZONE\n";
-    cerr<<"disable-dnssec ZONE              Deactivate all keys and unset PRESIGNED in ZONE\n";
-    cerr<<"export-zone-dnskey ZONE KEY-ID   Export to stdout the public DNSKEY described\n";
-    cerr<<"export-zone-key ZONE KEY-ID      Export to stdout the private key described\n";
-    cerr<<"hash-zone-record ZONE RNAME      Calculate the NSEC3 hash for RNAME in ZONE\n";
-    cerr<<"import-zone-key ZONE FILE        Import from a file a private key, ZSK or KSK\n";            
-    cerr<<"                [ksk|zsk]        Defaults to KSK\n";
-    cerr<<"rectify-zone ZONE [ZONE ..]      Fix up DNSSEC fields (order, auth)\n";
-    cerr<<"rectify-all-zones                Rectify all zones.\n";
-    cerr<<"remove-zone-key ZONE KEY-ID      Remove key with KEY-ID from ZONE\n";
-    cerr<<"secure-zone ZONE [ZONE ..]       Add KSK and two ZSKs\n";
-    cerr<<"set-nsec3 ZONE 'params' [narrow] Enable NSEC3 with PARAMs. Optionally narrow\n";
-    cerr<<"set-presigned ZONE               Use presigned RRSIGs from storage\n";
-    cerr<<"show-zone ZONE                   Show DNSSEC (public) key details about a zone\n";
-    cerr<<"unset-nsec3 ZONE                 Switch back to NSEC\n";
-    cerr<<"unset-presigned ZONE             No longer use presigned RRSIGs\n\n";
+    cerr<<"                                   Add a ZSK or KSK to zone and specify algo&bits\n";
+    cerr<<"check-zone ZONE                    Check a zone for correctness\n";
+    cerr<<"check-all-zones                    Check all zones for correctness\n";
+    cerr<<"create-bind-db FNAME               Create DNSSEC db for BIND backend (bind-dnssec-db)\n"; 
+    cerr<<"deactivate-zone-key ZONE KEY-ID    Deactivate the key with key id KEY-ID in ZONE\n";
+    cerr<<"disable-dnssec ZONE                Deactivate all keys and unset PRESIGNED in ZONE\n";
+    cerr<<"export-zone-dnskey ZONE KEY-ID     Export to stdout the public DNSKEY described\n";
+    cerr<<"export-zone-key ZONE KEY-ID        Export to stdout the private key described\n";
+    cerr<<"hash-zone-record ZONE RNAME        Calculate the NSEC3 hash for RNAME in ZONE\n";
+    cerr<<"import-zone-key ZONE FILE          Import from a file a private key, ZSK or KSK\n";            
+    cerr<<"                [ksk|zsk]          Defaults to KSK\n";
+    cerr<<"rectify-zone ZONE [ZONE ..]        Fix up DNSSEC fields (order, auth)\n";
+    cerr<<"rectify-all-zones                  Rectify all zones.\n";
+    cerr<<"remove-zone-key ZONE KEY-ID        Remove key with KEY-ID from ZONE\n";
+     cerr<<"secure-zone ZONE [ZONE ..]        Add KSK and two ZSKs\n";
+    cerr<<"set-nsec3 ZONE ['params' [narrow]] Enable NSEC3 with PARAMs. Optionally narrow\n";
+    cerr<<"set-presigned ZONE                 Use presigned RRSIGs from storage\n";
+    cerr<<"show-zone ZONE                     Show DNSSEC (public) key details about a zone\n";
+    cerr<<"unset-nsec3 ZONE                   Switch back to NSEC\n";
+    cerr<<"unset-presigned ZONE               No longer use presigned RRSIGs\n\n";
     cerr<<"Options:"<<endl;
     cerr<<desc<<endl;
     return 0;