Add new '-i' option to usage().

This commit is contained in:
Andrzej Bialecki 1998-09-16 13:55:26 +00:00
parent 9bc66b835c
commit 8a8d9b082f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39361

View File

@ -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);
}