summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-02-16 09:12:07 +0100
committerDaniel Lange <DLange@git.local>2021-02-16 09:12:07 +0100
commit525d37d6a493e14c8a85b6e20159bb15ff20c406 (patch)
treed62ef636ec3b178f62e3b267c6a8975d88f4e596 /Action.c
parent1e57cab605d63fb7e0842836cac3fdcaaf42669c (diff)
Shorten keyboard help to fit default screen width
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 30f25a1e..7481d839 100644
--- a/Action.c
+++ b/Action.c
@@ -447,7 +447,7 @@ static const struct {
{ .key = " H: ", .info = "hide/show user process threads" },
{ .key = " K: ", .info = "hide/show kernel threads" },
{ .key = " F: ", .info = "cursor follows process" },
- { .key = " + - *: ", .info = "expand/collapse tree (* = toggle all)" },
+ { .key = " + - *: ", .info = "expand/collapse tree/toggle all" },
{ .key = "N P M T: ", .info = "sort by PID, CPU%, MEM% or TIME" },
{ .key = " I: ", .info = "invert sort order" },
{ .key = " F6 > .: ", .info = "select sort column" },

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