From: Fred Morcos Date: Fri, 19 Jul 2024 10:22:32 +0000 (+0200) Subject: Update argument name X-Git-Tag: rec-5.2.0-alpha1~156^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e247ccffa09a1b90b34f37dd039c0e9e1173076;p=thirdparty%2Fpdns.git Update argument name --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 1f1460d038..c32b14af9f 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -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;