summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-08 06:34:51 -0600
committerJeff Carr <[email protected]>2025-02-08 06:34:51 -0600
commitfefa99920b0ae39f685f58a28f89bf2a24881f12 (patch)
tree099f6456549f6e1e35927014ca714b568cdbfedd /help.go
parent8185d8bc1a916980b4c1a1072e1ef78804a0f484 (diff)
global protobuf name conflict
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 1948fa8..6a64bc4 100644
--- a/help.go
+++ b/help.go
@@ -25,7 +25,7 @@ import (
var helpText []string = []string{"Help Menu",
"",
- "H: toggle (H)elp",
+ "H: toggle z(H)elp",
"D: toggle light/dark mode",
"Tab: toggle through windows",
"q: quit()",