From 4b88a3cd2da382fc5876c1996a18ff3402d24c32 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 17 May 2013 12:55:24 +0200 Subject: [PATCH] fix broken formatting in pdnssec help message stray TAB. --- pdns/pdnssec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.50.1