]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] add -x to the usage output
authorJeremy C. Reed <jreed@isc.org>
Mon, 13 Oct 2014 20:48:15 +0000 (13:48 -0700)
committerJeremy C. Reed <jreed@isc.org>
Mon, 13 Oct 2014 20:48:15 +0000 (13:48 -0700)
(By the way, -d is also not in the usage nor in the manpage.)

bin/check/named-checkconf.c

index e79cbc1823c198ed843e7da0baa8c82d4bd75f9c..ed00c3c5dd733d8b58e4a1c91905266761d77d58 100644 (file)
@@ -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);
 }