3016. [bug] rndc usage missing '-b'. [RT #22937]
This commit is contained in:
2
CHANGES
2
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]
|
||||
|
||||
|
||||
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user