mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 23:09:59 -04:00
Clarify named-rrchecker command line parameters
This commit is contained in:
parent
5c370d9e6b
commit
c440c418db
1 changed files with 13 additions and 6 deletions
|
|
@ -47,23 +47,30 @@ Options
|
|||
|
||||
.. option:: -o origin
|
||||
|
||||
This option specifies the origin to be used when interpreting
|
||||
the record.
|
||||
This option specifies the origin to be used when interpreting names in the record:
|
||||
it defaults to root (`.`). The specified origin is always taken as an absolute name.
|
||||
|
||||
.. option:: -p
|
||||
|
||||
This option prints out the resulting record in canonical form. If there
|
||||
is no canonical form defined, the record is printed in unknown
|
||||
is no canonical form defined, the record is printed in :rfc:`3597` unknown
|
||||
record format.
|
||||
|
||||
.. option:: -u
|
||||
|
||||
This option prints out the resulting record in unknown record form.
|
||||
This option prints out the resulting record in :rfc:`3597` unknown record
|
||||
format.
|
||||
|
||||
.. option:: -C, -T, -P
|
||||
|
||||
These options print out the known class, standard type,
|
||||
and private type mnemonics, respectively.
|
||||
These options do not read input. They print out known classes, standard types,
|
||||
and private type mnemonics. Each item is printed on a separate line.
|
||||
The resulting list of private types may be empty
|
||||
|
||||
.. option:: -h
|
||||
|
||||
This option prints out the help menu.
|
||||
|
||||
|
||||
See Also
|
||||
~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue