]> granicus.if.org Git - pdns/commitdiff
auth: fix typo in command description
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Tue, 20 Mar 2018 00:22:56 +0000 (01:22 +0100)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Wed, 21 Mar 2018 13:07:13 +0000 (14:07 +0100)
pdns/pdnsutil.cc

index 5d9a7ea2cf7387814d123695f35f4d7559654d14..3ebd0bcf5657024d38897676a1e53aa93b29df29 100644 (file)
@@ -223,7 +223,7 @@ bool rectifyAllZones(DNSSECKeeper &dk, bool quiet = false)
   if (!quiet) {
     cout<<"Rectified "<<domainInfo.size()<<" zones."<<endl;
   }
-  return (result);
+  return result;
 }
 
 int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, const vector<DNSResourceRecord>* suppliedrecords=0)
@@ -1916,7 +1916,7 @@ try
     cout<<"                                   List all zone names"<<endl;;
     cout<<"list-tsig-keys                     List all TSIG keys"<<endl;
     cout<<"rectify-zone ZONE [ZONE ..]        Fix up DNSSEC fields (order, auth)"<<endl;
-    cout<<"rectify-all-zones [quiet]          Rectify all zones. Optionnaly quiet output with errors only"<<endl;
+    cout<<"rectify-all-zones [quiet]          Rectify all zones. Optionally quiet output with errors only"<<endl;
     cout<<"remove-zone-key ZONE KEY-ID        Remove key with KEY-ID from ZONE"<<endl;
     cout<<"replace-rrset ZONE NAME TYPE [ttl] Replace named RRSET from zone"<<endl;
     cout<<"       content [content..]"<<endl;