mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 07:22:57 -04:00
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:
parent
1a9fc624ca
commit
cba155154b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue