diff options
author | abial <abial@FreeBSD.org> | 1998-09-16 13:55:26 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1998-09-16 13:55:26 +0000 |
commit | 8c208daeca0c4c9d5508c57b8496b8d44dafd363 (patch) | |
tree | 3f1a6515f51dd282ab1f74cca8486f007e909c03 /usr.sbin/vidcontrol | |
parent | 1efe24d918b749204cebe6aa1a1d45bb1ab15fc6 (diff) | |
download | FreeBSD-src-8c208daeca0c4c9d5508c57b8496b8d44dafd363.zip FreeBSD-src-8c208daeca0c4c9d5508c57b8496b8d44dafd363.tar.gz |
Add new '-i' option to usage().
Diffstat (limited to 'usr.sbin/vidcontrol')
-rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c index 4c97cab..dbc2308 100644 --- a/usr.sbin/vidcontrol/vidcontrol.c +++ b/usr.sbin/vidcontrol/vidcontrol.c @@ -28,7 +28,7 @@ #ifndef lint static const char rcsid[] = - "$Id: vidcontrol.c,v 1.19 1998/07/14 10:32:27 bde Exp $"; + "$Id: vidcontrol.c,v 1.20 1998/09/15 18:16:39 sos Exp $"; #endif /* not lint */ #include <ctype.h> @@ -59,8 +59,8 @@ usage() { fprintf(stderr, "%s\n%s\n%s\n", "usage: vidcontrol [-r fg bg] [-b color] [-c appearance] [-d] [-l scrmap]", -" [-L] [-m on|off] [-f size file] [-s number] [-t N|off]", -" [-x] [mode] [fgcol [bgcol]] [show]"); +" [-i adapter | mode] [-L] [-m on|off] [-f size file]", +" [-s number] [-t N|off] [-x] [mode] [fgcol [bgcol]] [show]"); exit(1); } |