]> granicus.if.org Git - pdns/commitdiff
Added description of add-record
authorJan-Arve Nygård <jan.arve.nygard@gmail.com>
Fri, 24 Nov 2017 12:47:04 +0000 (13:47 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Nov 2017 12:47:04 +0000 (13:47 +0100)
Added description of add-record with options to man-pages

docs/manpages/pdnsutil.1.rst

index a2330d2e34d4376b180b8a6bdaf38a3f7625a6a8..6008071af41f7d7d8cad31b8853fd03d400c1b97 100644 (file)
@@ -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*]..