2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

80 columns

This commit is contained in:
Andreas Gustafsson 2001-10-02 22:53:35 +00:00
parent 5ab25a0ab8
commit 6a252184e2

View File

@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named-checkconf.c,v 1.18 2001/10/02 17:20:41 gson Exp $ */
/* $Id: named-checkconf.c,v 1.19 2001/10/02 22:53:35 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);
}