diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-07-10 03:37:42 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-07-10 03:37:42 +0000 |
| commit | 5ec065ee159d42483f7365b2c3f9a39e376ecadc (patch) | |
| tree | c0a76f8292d93d133b1f8d626f1510910c90bc0d /usr.sbin/vidcontrol | |
| parent | b471ed9e9d2df165185caacdb38f9eb99884c077 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/vidcontrol')
| -rw-r--r-- | usr.sbin/vidcontrol/vidcontrol.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c index 5f0d018b1987..c56a9eca6c1f 100644 --- a/usr.sbin/vidcontrol/vidcontrol.c +++ b/usr.sbin/vidcontrol/vidcontrol.c @@ -72,11 +72,12 @@ struct vid_info info; static void usage() { - fprintf(stderr, "%s\n%s\n%s\n%s\n", + fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n", "usage: vidcontrol [-CdLPpx] [-b color] [-c appearance] [-f [size] file]", " [-g geometry] [-h size] [-i adapter | mode] [-l screen_map]", -" [-m on | off] [-M char] [-r foreground background] [-s num]", -" [-S on | off] [-t N | off] [mode] [foreground [background]] [show]"); +" [-M char] [-m on | off] [-r foreground background]", +" [-S on | off] [-s number] [-t N | off] [mode]", +" [foreground [background]] [show]"); exit(1); } |
