diff options
author | Wim Vandeputte <wvdputte@cvs.openbsd.org> | 1999-10-07 18:26:22 +0000 |
---|---|---|
committer | Wim Vandeputte <wvdputte@cvs.openbsd.org> | 1999-10-07 18:26:22 +0000 |
commit | 21cc57b5ae06525290ba5935a47654927c6f467b (patch) | |
tree | a574ee7dea6475b22639aaafcb30925e84294789 /sys/arch/i386/isa/pcvt/Util/scon/scon.c | |
parent | dfab32b69ee9380b015096220a108e9d64ffb13a (diff) |
Add -b (scrollback) to usage() -- OK aaron@
Diffstat (limited to 'sys/arch/i386/isa/pcvt/Util/scon/scon.c')
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/scon/scon.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/scon/scon.c b/sys/arch/i386/isa/pcvt/Util/scon/scon.c index 64c3914fba1..2a0945df9d2 100644 --- a/sys/arch/i386/isa/pcvt/Util/scon/scon.c +++ b/sys/arch/i386/isa/pcvt/Util/scon/scon.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scon.c,v 1.14 1999/09/29 23:23:58 aaron Exp $ */ +/* $OpenBSD: scon.c,v 1.15 1999/10/07 18:26:21 wvdputte Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch @@ -560,9 +560,10 @@ success: void usage() { - fprintf(stderr,"usage: scon [-almvVH18] [-c n] [-d dev] [-f [on|off] [-s n]\n"); - fprintf(stderr," [-p [default | list | i,r,g,b]] | [-t sec]\n"); + fprintf(stderr,"usage: scon [-almvVH18] [-b n] [-c n] [-d dev] [-f [on|off] [-s n]\n"); + fprintf(stderr," [-p [default | list | i,r,g,b]] | [-t sec]\n"); fprintf(stderr," -a list video adaptor type (MDA,CGA,EGA or VGA)\n"); + fprintf(stderr," -b <num> set number of scrollback buffer pages to <num>\n"); fprintf(stderr," -c <screen no> switch current virtual screen to <screen no>\n"); fprintf(stderr," -d <device> set parameters(-V|-H|-s) for virtual device\n"); fprintf(stderr," -f <on|off> force 24 lines in VT 25 lines and HP 28 lines mode\n"); |