From: Jeremy C. Reed Date: Mon, 13 Oct 2014 20:48:15 +0000 (-0700) Subject: [master] add -x to the usage output X-Git-Tag: v9.11.0a1~1360^2~4 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=05d4b5a9fc8220826b2dbde5bcd5d77af9984071;p=thirdparty%2Fbind9.git [master] add -x to the usage output (By the way, -d is also not in the usage nor in the manpage.) --- diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index e79cbc1823c..ed00c3c5dd7 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); }