]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rndc now has -h for help.
authorMark Andrews <marka@isc.org>
Mon, 21 May 2007 02:58:10 +0000 (02:58 +0000)
committerMark Andrews <marka@isc.org>
Mon, 21 May 2007 02:58:10 +0000 (02:58 +0000)
CHANGES
bin/rndc/rndc.c

diff --git a/CHANGES b/CHANGES
index fee85dcfad6b54e23d51249408f781c4f3eb16f3..b382d47637ade7e4761d34f4b9665b68ad6b1c7f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
 2191.  [func]          named-checkzone now allows dumping to stdout (-).
                        named-checkconf now has -h for help.
                        named-checkzone now has -h for help.
+                       rndc now has -h for help.
                        Better handling of '-?' for usage summaries.
                        [RT #16707]
 
index 378eee09a5193fb197a355a44b80407a5c0e0f3b..cf40e1bb4b8d1d16bf27c6bde06d5871e2fb07f7 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: rndc.c,v 1.115 2007/05/21 02:47:25 marka Exp $ */
+/* $Id: rndc.c,v 1.116 2007/05/21 02:58:10 marka Exp $ */
 
 /*! \file */
 
@@ -692,7 +692,7 @@ main(int argc, char **argv) {
 
        isc_commandline_errprint = ISC_FALSE;
 
-       while ((ch = isc_commandline_parse(argc, argv, "b:c:k:Mmp:s:Vy:"))
+       while ((ch = isc_commandline_parse(argc, argv, "b:c:hk:Mmp:s:Vy:"))
               != -1) {
                switch (ch) {
                case 'b':