From 9e247ccffa09a1b90b34f37dd039c0e9e1173076 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Fri, 19 Jul 2024 12:22:32 +0200 Subject: [PATCH] Update argument name --- pdns/pdnsutil.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.47.2