From: Evan Hunt Date: Tue, 30 Jul 2019 15:43:12 +0000 (-0700) Subject: document `-q` option in dnssec-signzone and dnssec-verify man pages X-Git-Tag: v9.15.3~21^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022649abc36ae73bc9fc443930c7d6a930d8d4d1;p=thirdparty%2Fbind9.git document `-q` option in dnssec-signzone and dnssec-verify man pages --- diff --git a/bin/dnssec/dnssec-signzone.docbook b/bin/dnssec/dnssec-signzone.docbook index 5f39282ba40..986bc990a46 100644 --- a/bin/dnssec/dnssec-signzone.docbook +++ b/bin/dnssec/dnssec-signzone.docbook @@ -80,6 +80,7 @@ + @@ -543,6 +544,22 @@ + + + -q + + + Quiet mode: Suppresses unnecessary output. Without this + option, when dnssec-signzone is run it + will print to standard output the number of keys in use, + the algorithms used to verify the zone was signed correctly + and other status information, and finally the filename + containing the signed zone. With it, that output is + suppressed, leaving only the filename. + + + + -R diff --git a/bin/dnssec/dnssec-verify.docbook b/bin/dnssec/dnssec-verify.docbook index 9d7c74698d5..6d622849817 100644 --- a/bin/dnssec/dnssec-verify.docbook +++ b/bin/dnssec/dnssec-verify.docbook @@ -49,6 +49,7 @@ + @@ -140,6 +141,20 @@ + + -q + + + Quiet mode: Suppresses output. Without this option, when + dnssec-verify is run it will print to + standard output the number of keys in use, the algorithms + used to verify the zone was signed correctly and other + status information. With it, all non-error output is + suppressed, and only the exit code will indicate success. + + + + -x