]> 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:49:00 +0000 (11:49 +0000)
committerMark Andrews <marka@isc.org>
Thu, 3 Feb 2011 11:49:00 +0000 (11:49 +0000)
CHANGES
bin/rndc/rndc.c

diff --git a/CHANGES b/CHANGES
index ba5b492cbcab1f90b5ba1397d19ed37ba38f71d7..f56a05d65eac3b55ed86354f6e77b53b30d479f1 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 b18fed379bd097bb34105ee9245b7f8fd3bc8e63..95f5d7339d1db438870338acd5272378ffd40b8a 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.126.66.5 2010/12/10 20:08:07 johnd Exp $ */
+/* $Id: rndc.c,v 1.126.66.6 2011/02/03 11:49:00 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\