From 05d4b5a9fc8220826b2dbde5bcd5d77af9984071 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Mon, 13 Oct 2014 13:48:15 -0700 Subject: [PATCH] [master] add -x to the usage output (By the way, -d is also not in the usage nor in the manpage.) --- bin/check/named-checkconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index e79cbc1823..ed00c3c5dd 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -67,7 +67,7 @@ usage(void) ISC_PLATFORM_NORETURN_POST; static void usage(void) { - fprintf(stderr, "usage: %s [-h] [-j] [-p] [-v] [-z] [-t directory] " + fprintf(stderr, "usage: %s [-h] [-j] [-p [-x]] [-v] [-z] [-t directory] " "[named.conf]\n", program); exit(1); }