summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-31 09:49:27 -0600
committerJeff Carr <[email protected]>2025-01-31 13:47:45 -0600
commit1d32c5da2b184314758726ecdfbcd6dbb548c867 (patch)
tree6b1ca2b83e52a2d83a51e83df2ba4451e78662ec /help.go
parent9f38585892d08690dde1b67b9a01006af308a949 (diff)
got the strings for a dropdown widget (finally. only took me 4 years)
Diffstat (limited to 'help.go')
-rw-r--r--help.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/help.go b/help.go
index 832cd9a..185eb83 100644
--- a/help.go
+++ b/help.go
@@ -14,7 +14,7 @@ import (
var helpText []string = []string{"KEYBINDINGS",
"",
- "?: toggle helps",
+ "?: toggle zhelp",
"d: toggle debugging",
"r: redraw widgets",
"s/h: show/hide all widgets",