mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 09:59:08 -04:00
[master] add -x to the usage output
(By the way, -d is also not in the usage nor in the manpage.)
This commit is contained in:
parent
58a1051e92
commit
05d4b5a9fc
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ usage(void) ISC_PLATFORM_NORETURN_POST;
|
|||
|
||||
static void
|
||||
usage(void) {
|
||||
fprintf(stderr, "usage: %s [-h] [-j] [-p] [-v] [-z] [-t directory] "
|
||||
fprintf(stderr, "usage: %s [-h] [-j] [-p [-x]] [-v] [-z] [-t directory] "
|
||||
"[named.conf]\n", program);
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue