summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2017-04-24 23:38:28 -0300
committerHisham <hisham@gobolinux.org>2017-04-24 23:38:28 -0300
commit0c168471b6884b48deb42213ce068f50ea770a32 (patch)
tree1daaa43a0c6cc8f0aab8ae8e84a85d0e2fa3a85e
parent68b8efb83f1214770e1880a129daab29036ca27a (diff)
F6 is actually used for both actions, depending on context.
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 57087675..f5d7de43 100644
--- a/Action.c
+++ b/Action.c
@@ -395,7 +395,7 @@ static struct { const char* key; const char* info; } helpLeft[] = {
{ .key = " F6 + -: ", .info = "expand/collapse tree" },
{ .key = " P M T: ", .info = "sort by CPU%, MEM% or TIME" },
{ .key = " I: ", .info = "invert sort order" },
- { .key = "< > , .: ", .info = "select sort column" },
+ { .key = " F6 > .: ", .info = "select sort column" },
{ .key = NULL, .info = NULL }
};

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