summaryrefslogtreecommitdiffstats
path: root/doc/man_kcatalogprint.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man_kcatalogprint.rst')
-rw-r--r--doc/man_kcatalogprint.rst40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/man_kcatalogprint.rst b/doc/man_kcatalogprint.rst
new file mode 100644
index 0000000..6161323
--- /dev/null
+++ b/doc/man_kcatalogprint.rst
@@ -0,0 +1,40 @@
+.. highlight:: console
+
+kcatalogprint – Knot DNS catalog print utility
+==============================================
+
+Synopsis
+--------
+
+:program:`kcatalogprint` [*options*] *catalog_dir*
+
+Description
+-----------
+
+The program prints zone catalog stored in a catalog database.
+
+Options
+.......
+
+**-h**, **--help**
+ Print the program help.
+
+**-V**, **--version**
+ Print the program version.
+
+Parameters
+..........
+
+*catalog_dir*
+ A path to the catalog database directory (not data.mdb file).
+
+Exit values
+-----------
+
+Exit status of 0 means successful operation. Any other exit status indicates
+an error.
+
+See Also
+--------
+
+:manpage:`knotd(8)`, :manpage:`knot.conf(5)`.