blob: 6161323a03f46358e036c85e74e931e8baebf618 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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)`.
|