2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

usage should show -j

This commit is contained in:
Mark Andrews
2002-07-11 04:50:36 +00:00
parent e9359db5e9
commit e14e853d86
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named-checkconf.c,v 1.25 2002/07/11 04:49:24 marka Exp $ */
/* $Id: named-checkconf.c,v 1.26 2002/07/11 04:50:34 marka Exp $ */
#include <config.h>
@@ -51,7 +51,7 @@ isc_log_t *logc = NULL;
static void
usage(void) {
fprintf(stderr, "usage: named-checkconf [-m] [-v] [-z] [-t directory] "
fprintf(stderr, "usage: named-checkconf [-j] [-v] [-z] [-t directory] "
"[named.conf]\n");
exit(1);
}