]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update catalog.rst 14755/head
authorradub2012 <45694561+radub2012@users.noreply.github.com>
Mon, 7 Oct 2024 13:33:13 +0000 (16:33 +0300)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 13:33:13 +0000 (16:33 +0300)
Example misleads user to think there are 3 arguments that need to be passed to "load-zone" when according to the manual "load-zone" expects only 2 arguments.

docs/catalog.rst

index 7eca36b3cbe35b4285a773be81b6eba3bcff44bf..ade4c69fa3cbb69e4466ae724d36628eb847d41b 100644 (file)
@@ -87,7 +87,7 @@ Create a producer zone:
 
 .. code-block:: shell
 
-  pdnsutil load-zone catalog.example zones/catalog.example ZONEFILE
+  pdnsutil load-zone catalog.example ZONEFILE
   pdnsutil set-kind catalog.example producer
 
 Creating producer zones is supported in the :doc:`API <http-api/zone>`, using type ``PRODUCER``.