summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-12-22 15:06:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-12-22 15:06:57 +0000
commit062cf94f39ac9294a5a617b6dd7fe7692bcaaf83 (patch)
treeeb12fc6ae79ba4f3be3870e09cc2eb4ad48a7226 /usr.bin
parent874ad46ad220adee33021111460c81ad94f96ffb (diff)
add -1 to show_help(); from Mark Lumsden
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/top/display.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/top/display.c b/usr.bin/top/display.c
index 7858e37c968..9a57a894640 100644
--- a/usr.bin/top/display.c
+++ b/usr.bin/top/display.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: display.c,v 1.34 2009/12/10 13:16:02 tedu Exp $ */
+/* $OpenBSD: display.c,v 1.35 2009/12/22 15:06:56 jmc Exp $ */
/*
* Top users/processes display for Unix
@@ -761,6 +761,7 @@ show_help(void)
"\n"
"^L - redraw screen\n"
"+ - reset any g, p, or u filters\n"
+ "1 - display CPU statistics on a single line\n"
"C - toggle the display of command line arguments\n"
"d count - show `count' displays, then exit\n"
"e - list errors generated by last \"kill\" or \"renice\" command\n"