summaryrefslogtreecommitdiffstats
path: root/htop.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-05-28 01:02:06 +0000
committerHisham Muhammad <hisham@gobolinux.org>2012-05-28 01:02:06 +0000
commitac36e4acbfb91bd6466432ac6d1986290d51ce1f (patch)
treed0c8a6c06cb29ffb9a748cdc20a86bb2c432acc5 /htop.c
parent90d567531a87eab527ceffd594c49934e2f530db (diff)
fix message in help screen
Diffstat (limited to 'htop.c')
-rw-r--r--htop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/htop.c b/htop.c
index b9092d5a..79c7deee 100644
--- a/htop.c
+++ b/htop.c
@@ -146,7 +146,7 @@ static void showHelp(ProcessList* pl) {
mvaddstr(15, 0, " F9 k"); mvaddstr(15,40, " P");
mvaddstr(16, 0, " ] F7"); mvaddstr(16,40, " M");
mvaddstr(17, 0, " [ F8"); mvaddstr(17,40, " T");
- mvaddstr(18,40, " F4 I");
+ mvaddstr(18,40, " I");
#if (HAVE_LIBHWLOC || HAVE_NATIVE_AFFINITY)
if (pl->cpuCount > 1)
mvaddstr(18, 0, " a:");

© 2014-2024 Faster IT GmbH | imprint | privacy policy