From fa85eab9698bb7da355d28b03a09f332840d2127 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 28 Nov 2001 23:37:50 +0000 Subject: [PATCH] belated pullup: 125. [bug] rndc: -k option was missing from usage message. [RT #2057] --- CHANGES | 3 +++ bin/rndc/rndc.c | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index c2141efbc8b..bc0a93ab9f4 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,9 @@ have a TTL of zero as required by RFC2672. [RT #2129] +1125. [bug] rndc: -k option was missing from usage message. + [RT #2057] + 1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail are now documented. [RT #2052] diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index d0144e4cde7..5d5deb66029 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: rndc.c,v 1.77.2.1 2001/10/17 18:26:01 gson Exp $ */ +/* $Id: rndc.c,v 1.77.2.2 2001/11/28 23:37:50 gson Exp $ */ /* * Principal Author: DCL @@ -89,7 +89,8 @@ static isc_socket_t *sock = NULL; static void usage(int status) { fprintf(stderr, "\ -Usage: %s [-c config] [-s server] [-p port] [-y key] [-V] command\n\ +Usage: %s [-c config] [-s server] [-p port]\n\ + [-k key-file ] [-y key] [-V] command\n\ \n\ command is one of the following:\n\ \n\ -- 2.47.3