summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-04-21 21:49:03 +0200
committerBenny Baumann <BenBE@geshi.org>2021-04-21 21:49:03 +0200
commita75b99a15ec3e12ad25e55262aed85b1fff4f5dc (patch)
tree2b0de04be4d704804bafb068e95dc4c6facf97d0 /Action.c
parent615fc934ffe319bc5eb3fc7d917abf50a04bd726 (diff)
Document '?' key to reach the help screen
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
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 }
};

© 2014-2024 Faster IT GmbH | imprint | privacy policy