]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix test syntax in 'pdnsutil --help' 8637/head
authorAlexander Huemer <alexander.huemer@xx.vu>
Sun, 15 Dec 2019 19:46:31 +0000 (19:46 +0000)
committerAlexander Huemer <alexander.huemer@xx.vu>
Sun, 15 Dec 2019 19:47:39 +0000 (19:47 +0000)
pdns/pdnsutil.cc

index 895e0a8427714b22578b85822af0d18ece40b17a..68aec982f110f214f26ff0aa4d2967eee051344b 100644 (file)
@@ -2072,7 +2072,7 @@ try
     cout<<"       content [content..]"<<endl;
     cout<<"secure-all-zones [increase-serial] Secure all zones without keys"<<endl;
     cout<<"secure-zone ZONE [ZONE ..]         Add DNSSEC to zone ZONE"<<endl;
-    cout<<"set-kind ZONE KIND                 Change the kind of ZONE to KIND (master, slave native)"<<endl;
+    cout<<"set-kind ZONE KIND                 Change the kind of ZONE to KIND (master, slave, native)"<<endl;
     cout<<"set-account ZONE ACCOUNT           Change the account (owner) of ZONE to ACCOUNT"<<endl;
     cout<<"set-nsec3 ZONE ['PARAMS' [narrow]] Enable NSEC3 with PARAMS. Optionally narrow"<<endl;
     cout<<"set-presigned ZONE                 Use presigned RRSIGs from storage"<<endl;