]> granicus.if.org Git - pdns/commitdiff
fix broken formatting in pdnssec help message
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Fri, 17 May 2013 10:55:24 +0000 (12:55 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Fri, 17 May 2013 10:55:24 +0000 (12:55 +0200)
stray TAB.

pdns/pdnssec.cc

index c4ae615b6fb13f1332dc7f97a05711e90672c520..17f0167f17f9ece03379264577a4e91460f50a86 100644 (file)
@@ -927,7 +927,7 @@ try
     cerr<<"generate-zone-key zsk|ksk [bits] [algorithm]\n";
     cerr<<"                                   Generate a ZSK or KSK to stdout with specified algo&bits\n";
     cerr<<"hash-zone-record ZONE RNAME        Calculate the NSEC3 hash for RNAME in ZONE\n";
-    cerr<<"increase-serial ZONE                      Increases the SOA-serial by 1. Uses SOA-EDIT\n";
+    cerr<<"increase-serial ZONE               Increases the SOA-serial by 1. Uses SOA-EDIT\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";