mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
Add new '-i' option to usage().
This commit is contained in:
parent
9bc66b835c
commit
8a8d9b082f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39361
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user