]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
correctly document the -V (verbose) argument.
authorBrian Wellington <source@isc.org>
Sat, 31 Mar 2001 18:19:07 +0000 (18:19 +0000)
committerBrian Wellington <source@isc.org>
Sat, 31 Mar 2001 18:19:07 +0000 (18:19 +0000)
bin/rndc/rndc.c
bin/rndc/rndc.docbook

index 424da138856f523e1e6eb2fa0aae3abcbe850b5e..41ccf6831b9e055bb00efb518dd10d6a0f9fcabd 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.50 2001/03/30 21:00:08 bwelling Exp $ */
+/* $Id: rndc.c,v 1.51 2001/03/31 18:19:06 bwelling Exp $ */
 
 /*
  * Principal Author: DCL
@@ -93,7 +93,7 @@ notify(const char *fmt, ...) {
 static void
 usage(void) {
        fprintf(stderr, "\
-Usage: %s [-c config] [-s server] [-p port] [-y key] command\n\
+Usage: %s [-c config] [-s server] [-p port] [-y key] [-V] command\n\
 \n\
 command is one of the following:\n\
 \n\
index e75df5e976eb9a0a0ce6691b8a0b8ae05bf97d3b..f1b9018864c738465fefff3baf85ed36d7c58515 100644 (file)
@@ -22,7 +22,7 @@
       <arg><option>-c <replaceable class="parameter">config-file</replaceable></option></arg>
       <arg><option>-s <replaceable class="parameter">server</replaceable></option></arg>
       <arg><option>-p <replaceable class="parameter">port</replaceable></option></arg>
-      <arg><option>-v</option></arg>
+      <arg><option>-V</option></arg>
       <arg><option>-y <replaceable class="parameter">key_id</replaceable></option></arg>
       <arg choice="req">command</arg>
     </cmdsynopsis>
        </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term>-V</term>
+       <listitem>
+         <para>
+              Enable verbose logging.
+         </para>
+       </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term>-y <replaceable class="parameter">keyid</replaceable></term>
        <listitem>
        </listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term>-v</term>
-       <listitem>
-         <para>
-              Enable verbose logging.
-         </para>
-       </listitem>
-      </varlistentry>
-
     </variablelist>
 
     <para>