Document '?' key to reach the help screen

This commit is contained in:
Benny Baumann 2021-04-21 21:49:03 +02:00
parent 615fc934ff
commit a75b99a15e
1 changed files with 1 additions and 1 deletions

View File

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