From: Fred Morcos Date: Fri, 19 Jul 2024 11:15:54 +0000 (+0200) Subject: Fix the docs X-Git-Tag: rec-5.2.0-alpha1~156^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14505%2Fhead;p=thirdparty%2Fpdns.git Fix the docs --- 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.