From 022649abc36ae73bc9fc443930c7d6a930d8d4d1 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Tue, 30 Jul 2019 08:43:12 -0700 Subject: [PATCH] document `-q` option in dnssec-signzone and dnssec-verify man pages --- bin/dnssec/dnssec-signzone.docbook | 17 +++++++++++++++++ bin/dnssec/dnssec-verify.docbook | 15 +++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/bin/dnssec/dnssec-signzone.docbook b/bin/dnssec/dnssec-signzone.docbook index 5f39282ba4..986bc990a4 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 9d7c74698d..6d62284981 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