From: Christian Hofstaedtler Date: Fri, 17 May 2013 10:55:24 +0000 (+0200) Subject: fix broken formatting in pdnssec help message X-Git-Tag: auth-3.3-rc1~29^2~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b88a3cd2da382fc5876c1996a18ff3402d24c32;p=pdns fix broken formatting in pdnssec help message stray TAB. --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index c4ae615b6..17f0167f1 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -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";