mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
80 columns
This commit is contained in:
parent
5ab25a0ab8
commit
6a252184e2
1 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue