]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rndc only takes one command. make the documentation say this.
authorBrian Wellington <source@isc.org>
Wed, 28 Mar 2001 20:17:10 +0000 (20:17 +0000)
committerBrian Wellington <source@isc.org>
Wed, 28 Mar 2001 20:17:10 +0000 (20:17 +0000)
bin/rndc/rndc.c
bin/rndc/rndc.docbook

index 3d9a880805019d1f55b71cab38ca9f8db4f20b80..959df6b8c61a610037ee90923d998549440ababa 100644 (file)
@@ -15,7 +15,7 @@
  * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.47 2001/03/28 20:09:05 bwelling Exp $ */
+/* $Id: rndc.c,v 1.48 2001/03/28 20:17:09 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 [command ...]\n\
+Usage: %s [-c config] [-s server] [-p port] [-y key] command\n\
 \n\
 command is one of the following:\n\
 \n\
index b1b7e271efbef052514a647ec623b56ee2a4a282..16a29cae3ee9027bb5a7db2d54bb1dd04eac16d0 100644 (file)
@@ -24,7 +24,7 @@
       <arg><option>-p <replaceable class="parameter">port</replaceable></option></arg>
       <arg><option>-v</option></arg>
       <arg><option>-y <replaceable class="parameter">key_id</replaceable></option></arg>
-      <arg rep="repeat">command</arg>
+      <arg>command</arg>
     </cmdsynopsis>
   </refsynopsisdiv>