summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-26 20:20:44 +0000
committerache <ache@FreeBSD.org>1994-09-26 20:20:44 +0000
commit65abb91c0bee477b7cbe807fb0fd52548138098b (patch)
treeee57c4c5ee4c9a8323ce3c4594f4c5235df8a278 /usr.sbin
parente7b69b77fc60aeffd3d3b1df45f4fff396aa41b7 (diff)
downloadFreeBSD-src-65abb91c0bee477b7cbe807fb0fd52548138098b.zip
FreeBSD-src-65abb91c0bee477b7cbe807fb0fd52548138098b.tar.gz
usage help: uncomment -d option, add -x option
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/vidcontrol/vidcontrol.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/vidcontrol/vidcontrol.c b/usr.sbin/vidcontrol/vidcontrol.c
index 8a2cab3..6aece12 100644
--- a/usr.sbin/vidcontrol/vidcontrol.c
+++ b/usr.sbin/vidcontrol/vidcontrol.c
@@ -24,7 +24,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: vidcontrol.c,v 1.1 1994/08/17 09:00:13 sos Exp $
+ * $Id: vidcontrol.c,v 1.2 1994/09/15 07:28:06 sos Exp $
*/
#include <ctype.h>
@@ -402,14 +402,13 @@ usage()
" -r fgcol bgcol (set reverse fore- & background colors)\n"
" -b color (set border color)\n"
" -c n.m (set cursor start line n & end line m)\n"
-#if 0
" -d (dump screenmap to stdout)\n"
-#endif
" -l filename (load srceenmap file filename)\n"
" -L (load default screenmap)\n"
" -f DxL filename (load font, D dots wide & L lines high)\n"
" -s saver | help (set screensaver type or help for a list)\n"
" -t N (set screensaver timeout in seconds)\n"
+" -x (use hex numbers for output)\n"
);
}
OpenPOWER on IntegriCloud