2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00
This commit is contained in:
Andreas Gustafsson
2001-10-02 01:09:08 +00:00
parent 8682b8f7f7
commit e1fdebdcc8
6 changed files with 13 additions and 36 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named-checkconf.c,v 1.16 2001/09/20 15:16:18 marka Exp $ */
/* $Id: named-checkconf.c,v 1.17 2001/10/02 01:09:03 gson Exp $ */
#include <config.h>
@@ -51,7 +51,8 @@ isc_log_t *logc = NULL;
static void
usage(void) {
fprintf(stderr, "usage: named-checkconf [-v] [-z] [-t directory] [named.conf]\n");
fprintf(stderr, "usage: named-checkconf [-v] [-z] [-t directory] "
"[named.conf]\n");
exit(1);
}