From: radub2012 <45694561+radub2012@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:33:13 +0000 (+0300) Subject: Update catalog.rst X-Git-Tag: rec-5.2.0-alpha1~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f4abb7eef516bf608684b1befba1e27e461478a;p=thirdparty%2Fpdns.git 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. --- 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``.