mirror of https://github.com/xzeldon/htop.git
Document '?' key to reach the help screen
This commit is contained in:
parent
615fc934ff
commit
a75b99a15e
2
Action.c
2
Action.c
|
@ -492,7 +492,7 @@ static const struct {
|
|||
{ .key = " s: ", .roInactive = true, .info = "trace syscalls with strace" },
|
||||
{ .key = " w: ", .roInactive = false, .info = "wrap process command in multiple lines" },
|
||||
{ .key = " F2 C S: ", .roInactive = false, .info = "setup" },
|
||||
{ .key = " F1 h: ", .roInactive = false, .info = "show this help screen" },
|
||||
{ .key = " F1 h ?: ", .roInactive = false, .info = "show this help screen" },
|
||||
{ .key = " F10 q: ", .roInactive = false, .info = "quit" },
|
||||
{ .key = NULL, .info = NULL }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue