From cba155154bebb8440de6f3dc3ca8e7031a82d5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Tue, 12 Feb 2019 15:59:54 +0100 Subject: [PATCH] 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. --- 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 e4e55faad7..3b7113671f 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); }