Update usage to match reality
authorAki Tuomi <cmouse@cmouse.fi>
Sun, 29 Mar 2015 17:47:01 +0000 (20:47 +0300)
committerAki Tuomi <cmouse@desteem.org>
Mon, 30 Mar 2015 12:48:38 +0000 (15:48 +0300)
pdns/pdnssec.cc

index 96ef05bdb498216dd50ac9c21225e1036d3e797f..3c6f6b743fadb4bd63684933bb5992e72f68b50b 100644 (file)
@@ -1193,9 +1193,9 @@ try
     cerr<<"get-meta ZONE [kind kind ..]       Get zone metadata. If no KIND given, lists all known"<<endl;
     cerr<<"hash-zone-record ZONE RNAME        Calculate the NSEC3 hash for RNAME in ZONE"<<endl;
 #ifdef HAVE_P11KIT1
-    cerr<<"hsm assign zone zsk|ksk module slot pin label"<<endl<<
+    cerr<<"hsm assign zone algorithm ksk|zsk module slot pin label"<<endl<<
           "                                   Assign a hardware signing module to a ZONE"<<endl;
-    cerr<<"hsm create-key zone [bits]         Create a key using hardware signing module for ZONE (use assign first)"<<endl; 
+    cerr<<"hsm create-key zone key-id [bits]  Create a key using hardware signing module for ZONE (use assign first)"<<endl; 
     cerr<<"                                   bits defaults to 2048"<<endl;
 #endif
     cerr<<"increase-serial ZONE               Increases the SOA-serial by 1. Uses SOA-EDIT"<<endl;