F6 is actually used for both actions, depending on context.

This commit is contained in:
Hisham 2017-04-24 23:38:28 -03:00
parent 68b8efb83f
commit 0c168471b6
1 changed files with 1 additions and 1 deletions

View File

@ -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 }
};