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.
This commit is contained in:
Michał Kępień
2019-02-12 15:59:54 +01:00
committed by Evan Hunt
parent 1a9fc624ca
commit cba155154b

View 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);
}