Shorten keyboard help to fit default screen width

This commit is contained in:
Daniel Lange 2021-02-16 09:12:07 +01:00
parent 1e57cab605
commit 525d37d6a4
1 changed files with 1 additions and 1 deletions

View File

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