From 55c0f88c3b87476739e5f243cbfd00abfc4c1a51 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Fri, 19 Jul 2024 13:15:54 +0200 Subject: [PATCH] Fix the docs --- contrib/_pdnsutil.zsh_completion | 2 +- docs/manpages/pdnsutil.1.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/_pdnsutil.zsh_completion b/contrib/_pdnsutil.zsh_completion index 7ab77b5653..575cf913d4 100644 --- a/contrib/_pdnsutil.zsh_completion +++ b/contrib/_pdnsutil.zsh_completion @@ -19,7 +19,7 @@ 'list-autoprimaries:List all autoprimaries' 'add-zone-key:Add a ZSK or KSK to zone and specify algo&bits' 'backend-cmd:Perform one or more backend commands' - 'backend-lookup:Perform a backend record filtering lookup' + 'backend-lookup:Perform a backend record lookup' 'b2b-migrate:Move all data from one backend to another' 'bench-db:Bench database backend with queries, one zone per line' 'check-zone:Check a zone for correctness' diff --git a/docs/manpages/pdnsutil.1.rst b/docs/manpages/pdnsutil.1.rst index b6c411323b..dfc8e01c60 100644 --- a/docs/manpages/pdnsutil.1.rst +++ b/docs/manpages/pdnsutil.1.rst @@ -284,7 +284,7 @@ backend-cmd *BACKEND* *CMD* [*CMD...*] take SQL commands, other backends may take different things. Be careful! backend-lookup *BACKEND* *NAME* [*TYPE* [*CLIENT-IP-SUBNET*]] - Perform a backend record filtering lookup. + Perform a backend record lookup. bench-db [*FILE*] Perform a benchmark of the backend-database. *FILE* can be a file with a list, one per line, of zone names to use for this. -- 2.47.2