From a75b99a15ec3e12ad25e55262aed85b1fff4f5dc Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 21 Apr 2021 21:49:03 +0200 Subject: Document '?' key to reach the help screen --- Action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Action.c b/Action.c index 5cffe760..d6fd7371 100644 --- a/Action.c +++ b/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 } }; -- cgit v1.2.3