summaryrefslogtreecommitdiff
path: root/usr.sbin/iteconfig
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 04:51:34 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-10 04:51:34 +0000
commit294d434209274f97447e4cad3cf9440bb55a87fd (patch)
tree1c2c3ca6638fcc9be1c5b35d8265de15a5dbb33d /usr.sbin/iteconfig
parent7b4cbf83946cbb91e3fd2bf61fe046dfd5c4ee5f (diff)
fix "iteconfig -h" message, from Hubert Feyrer, netbsd pr#2444
Diffstat (limited to 'usr.sbin/iteconfig')
-rw-r--r--usr.sbin/iteconfig/iteconfig.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/iteconfig/iteconfig.c b/usr.sbin/iteconfig/iteconfig.c
index 1d5238e44ed..bf2b8e41710 100644
--- a/usr.sbin/iteconfig/iteconfig.c
+++ b/usr.sbin/iteconfig/iteconfig.c
@@ -1,4 +1,4 @@
-/* $NetBSD: iteconfig.c,v 1.4 1995/05/12 21:04:29 leo Exp $ */
+/* $NetBSD: iteconfig.c,v 1.4.6.1 1996/06/04 16:48:24 is Exp $ */
/*
* Copyright (c) 1994 Christian E. Hopps
* All rights reserved.
@@ -279,8 +279,9 @@ initialize(file, is, ib, newis, newib)
void
usage()
{
- fprintf(stderr, "%s\n\t\t%s\n",
- "usage: iteconfig [-i] [-v volume] [-p period] [-t count]",
- "[-w width] [-h height] [-d depth] [-x off] [-y off] [color ...]");
+ fprintf(stderr, "%s\n\t\t%s\n\t\t%s\n",
+ "usage: iteconfig [-i] [-f file] [-v volume] [-p pitch] [-t msec]",
+ "[-w width] [-h height] [-d depth] [-x off] [-y off]",
+ "[color ...]");
exit(1);
}