From: Michał Kępień Date: Tue, 12 Feb 2019 14:59:54 +0000 (+0100) Subject: Add -c to usage message for named-checkconf X-Git-Tag: v9.15.0~123^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=cba155154bebb8440de6f3dc3ca8e7031a82d5db;p=thirdparty%2Fbind9.git Add -c to usage message for named-checkconf Add the -c command line option to the usage message for named-checkconf as it is not present there despite being documented. --- diff --git a/bin/check/named-checkconf.c b/bin/check/named-checkconf.c index e4e55faad7d..3b7113671f9 100644 --- a/bin/check/named-checkconf.c +++ b/bin/check/named-checkconf.c @@ -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); }