2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00: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:
Jeremy C. Reed
2014-10-13 13:48:15 -07:00
parent 58a1051e92
commit 05d4b5a9fc

View File

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