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" },