From 49ece59070146114aea9e54892aa2e3cfdd363a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Arve=20Nyg=C3=A5rd?= Date: Fri, 24 Nov 2017 13:47:04 +0100 Subject: [PATCH] Added description of add-record Added description of add-record with options to man-pages --- docs/manpages/pdnsutil.1.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/manpages/pdnsutil.1.rst b/docs/manpages/pdnsutil.1.rst index a2330d2e3..6008071af 100644 --- a/docs/manpages/pdnsutil.1.rst +++ b/docs/manpages/pdnsutil.1.rst @@ -143,6 +143,9 @@ list-tsig-keys ZONE MANIPULATION COMMANDS -------------------------- +add-record *ZONE* *NAME* *TYPE* [*TTL*] *CONTENT* + Add one or more records of *NAME* and *TYPE* to *ZONE* with *CONTENT* + and optional *TTL*. If *TTL* is not set, default will be used. create-zone *ZONE* Create an empty zone named *ZONE*. create-slave-zone *ZONE* *MASTER* [*MASTER*].. -- 2.40.0