]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: update pdnsutil help message 10430/head
authorKees Monshouwer <mind04@monshouwer.org>
Wed, 19 May 2021 19:04:52 +0000 (21:04 +0200)
committermind04 <mind04@monshouwer.org>
Thu, 20 May 2021 14:41:21 +0000 (16:41 +0200)
pdns/pdnsutil.cc

index d3433d4e62db49f2c89c3816ca09d24ba7b45963..a5c99b19d09b9e85719903426ff544b5a159fc1a 100644 (file)
@@ -2330,10 +2330,12 @@ try
     cout<<"load-zone ZONE FILE                Load ZONE from FILE, possibly creating zone or atomically"<<endl;
     cout<<"                                   replacing contents"<<endl;
     cout<<"list-algorithms [with-backend]     List all DNSSEC algorithms supported, optionally also listing the crypto library used"<<endl;
-    cout<<"list-keys [ZONE]                   List DNSSEC keys for ZONE. When ZONE is unset or \"all\", display all keys for all zones"<<endl;
+    cout << "list-keys [ZONE]                   List DNSSEC keys for ZONE. When ZONE is unset, display all keys for all active zones" << endl;
+    cout << "                                   --verbose or -v will also include the keys for disabled or empty zones" << endl;
     cout<<"list-zone ZONE                     List zone contents"<<endl;
     cout << "list-all-zones [primary|secondary|native]" << endl;
-    cout<<"                                   List all zone names"<<endl;;
+    cout << "                                   List all active zone names. --verbose or -v will also include disabled or empty zones" << endl;
+    ;
     cout<<"list-tsig-keys                     List all TSIG keys"<<endl;
     cout<<"publish-zone-key ZONE KEY-ID       Publish the zone key with key id KEY-ID in ZONE"<<endl;
     cout<<"rectify-zone ZONE [ZONE ..]        Fix up DNSSEC fields (order, auth)"<<endl;