]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update argument name
authorFred Morcos <fred.morcos@open-xchange.com>
Fri, 19 Jul 2024 10:22:32 +0000 (12:22 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Fri, 19 Jul 2024 11:14:36 +0000 (13:14 +0200)
pdns/pdnsutil.cc

index 1f1460d038f13d62e0d1e7cf3dfd507e727aac86..c32b14af9f64438061dea33913d35def34e59b6d 100644 (file)
@@ -2569,8 +2569,8 @@ try
     cout << "]" << endl;
     cout << "                                   Add a ZSK or KSK to zone and specify algo&bits" << endl;
     cout << "backend-cmd BACKEND CMD [CMD..]    Perform one or more backend commands" << endl;
-    cout << "backend-lookup BACKEND NAME TYPE CLIENT-IP" << endl;
-    cout << "                                   Perform a backend lookup of NAME, TYPE and CLIENT-IP" << endl;
+    cout << "backend-lookup BACKEND NAME [[TYPE] CLIENT-IP-SUBNET]" << endl;
+    cout << "                                   Perform a backend lookup of NAME, TYPE and CLIENT-IP-SUBNET" << endl;
     cout << "b2b-migrate OLD NEW                Move all data from one backend to another" << endl;
     cout << "bench-db [filename]                Bench database backend with queries, one zone per line" << endl;
     cout << "check-zone ZONE                    Check a zone for correctness" << endl;