]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
document `-q` option in dnssec-signzone and dnssec-verify man pages
authorEvan Hunt <each@isc.org>
Tue, 30 Jul 2019 15:43:12 +0000 (08:43 -0700)
committerOndřej Surý <ondrej@sury.org>
Wed, 31 Jul 2019 08:05:52 +0000 (10:05 +0200)
bin/dnssec/dnssec-signzone.docbook
bin/dnssec/dnssec-verify.docbook

index 5f39282ba40f46eb5f7141fc64b3ab80082a694a..986bc990a464025cefb4d5253aea3ea4ea0428b5 100644 (file)
@@ -80,6 +80,7 @@
       <arg choice="opt" rep="norepeat"><option>-O <replaceable class="parameter">output-format</replaceable></option></arg>
       <arg choice="opt" rep="norepeat"><option>-P</option></arg>
       <arg choice="opt" rep="norepeat"><option>-Q</option></arg>
+      <arg choice="opt" rep="norepeat"><option>-q</option></arg>
       <arg choice="opt" rep="norepeat"><option>-R</option></arg>
       <arg choice="opt" rep="norepeat"><option>-S</option></arg>
       <arg choice="opt" rep="norepeat"><option>-s <replaceable class="parameter">start-time</replaceable></option></arg>
           </para>
         </listitem>
       </varlistentry>
+
+      <varlistentry>
+        <term>-q</term>
+        <listitem>
+          <para>
+           Quiet mode: Suppresses unnecessary output.  Without this
+           option, when <command>dnssec-signzone</command> 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.
+          </para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term>-R</term>
         <listitem>
index 9d7c74698d5c589b07260a36c13a1b9fbd1a877e..6d622849817782c66186575005ea065834c834df 100644 (file)
@@ -49,6 +49,7 @@
       <arg choice="opt" rep="norepeat"><option>-E <replaceable class="parameter">engine</replaceable></option></arg>
       <arg choice="opt" rep="norepeat"><option>-I <replaceable class="parameter">input-format</replaceable></option></arg>
       <arg choice="opt" rep="norepeat"><option>-o <replaceable class="parameter">origin</replaceable></option></arg>
+      <arg choice="opt" rep="norepeat"><option>-q</option></arg>
       <arg choice="opt" rep="norepeat"><option>-v <replaceable class="parameter">level</replaceable></option></arg>
       <arg choice="opt" rep="norepeat"><option>-V</option></arg>
       <arg choice="opt" rep="norepeat"><option>-x</option></arg>
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term>-q</term>
+        <listitem>
+          <para>
+           Quiet mode: Suppresses output.  Without this option, when
+           <command>dnssec-verify</command> 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.
+          </para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term>-x</term>
         <listitem>