From 9f4abb7eef516bf608684b1befba1e27e461478a Mon Sep 17 00:00:00 2001 From: radub2012 <45694561+radub2012@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:33:13 +0300 Subject: [PATCH] Update catalog.rst 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/catalog.rst b/docs/catalog.rst index 7eca36b3cb..ade4c69fa3 100644 --- a/docs/catalog.rst +++ b/docs/catalog.rst @@ -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 `, using type ``PRODUCER``. -- 2.47.2