]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add -c to usage message for named-checkconf
authorMichał Kępień <michal@isc.org>
Tue, 12 Feb 2019 14:59:54 +0000 (15:59 +0100)
committerEvan Hunt <each@isc.org>
Wed, 6 Mar 2019 00:52:49 +0000 (16:52 -0800)
Add the -c command line option to the usage message for named-checkconf
as it is not present there despite being documented.

(cherry picked from commit cba155154bebb8440de6f3dc3ca8e7031a82d5db)

bin/check/named-checkconf.c

index e4e55faad7deb3675d892ed1f7ccd8c15e5d7aab..3b7113671f9e3dac296e37bab2e37d4ef27a68c3 100644 (file)
@@ -63,7 +63,7 @@ usage(void) ISC_PLATFORM_NORETURN_POST;
 
 static void
 usage(void) {
-       fprintf(stderr, "usage: %s [-hjlvz] [-p [-x]] [-t directory] "
+       fprintf(stderr, "usage: %s [-chjlvz] [-p [-x]] [-t directory] "
                "[named.conf]\n", program);
        exit(1);
 }