2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

The usage should print named-checkzone, not zone_test.

This commit is contained in:
Brian Wellington
2001-01-11 04:07:34 +00:00
parent 3e89268f1f
commit db68dedac2

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: named-checkzone.c,v 1.8 2001/01/09 21:39:11 bwelling Exp $ */ /* $Id: named-checkzone.c,v 1.9 2001/01/11 04:07:34 bwelling Exp $ */
#include <config.h> #include <config.h>
@@ -61,7 +61,7 @@ static const char *dbtype[] = { "rbt" };
static void static void
usage(void) { usage(void) {
fprintf(stderr, fprintf(stderr,
"usage: zone_test [-dq] [-c class] zone [filename]\n"); "usage: named_checkzone [-dq] [-c class] zone [filename]\n");
exit(1); exit(1);
} }