From 8a8d9b082fad3773729b3376a6fd5df00dbd3aa5 Mon Sep 17 00:00:00 2001 From: Andrzej Bialecki Date: Wed, 16 Sep 1998 13:55:26 +0000 Subject: [PATCH] Add new '-i' option to usage(). --- usr.sbin/vidcontrol/vidcontrol.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c index 4c97cabf2166..dbc2308e1bf2 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 @@ -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); }