]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3016. [bug] rndc usage missing '-b'. [RT #22937]
authorMark Andrews <marka@isc.org>
Thu, 3 Feb 2011 11:47:30 +0000 (11:47 +0000)
committerMark Andrews <marka@isc.org>
Thu, 3 Feb 2011 11:47:30 +0000 (11:47 +0000)
CHANGES
bin/rndc/rndc.c

diff --git a/CHANGES b/CHANGES
index b11450b45b2c5f097c2b45150c1f94e53e696746..dde682767cae90032a9e6513ed3150504cf26ddc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3016.  [bug]           rndc usage missing '-b'. [RT #22937]
+
 3015.  [port]          win32: fix IN6_IS_ADDR_LINKLOCAL and
                        IN6_IS_ADDR_SITELOCAL macros. [RT #22724]
 
index b42f3122149b73761e73f26207ccb4da07276e95..49904e0ba5d263c432748a3a85045572c88f54eb 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.131 2010/12/10 19:20:47 johnd Exp $ */
+/* $Id: rndc.c,v 1.131.20.1 2011/02/03 11:44:45 marka Exp $ */
 
 /*! \file */
 
@@ -96,7 +96,7 @@ usage(int status) ISC_PLATFORM_NORETURN_POST;
 static void
 usage(int status) {
        fprintf(stderr, "\
-Usage: %s [-c config] [-s server] [-p port]\n\
+Usage: %s [-b address] [-c config] [-s server] [-p port]\n\
        [-k key-file ] [-y key] [-V] command\n\
 \n\
 command is one of the following:\n\