summaryrefslogtreecommitdiff
path: root/help.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 12:34:53 -0600
committerJeff Carr <[email protected]>2025-02-09 12:34:53 -0600
commit90a9f84f109800b820f5d15bad0b7ba146586edc (patch)
tree6e684cf463bad756e9631e514e5b46b13982b3b7 /help.go
parentc5cada3dc93ba0f049b50fd7561a2c15347473ee (diff)
more code cleanups
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 067d841..db008a4 100644
--- a/help.go
+++ b/help.go
@@ -26,7 +26,7 @@ import (
var helpText []string = []string{"Help Menu",
"",
- "H: toggle z(H)elp",
+ "H: toggle (H)elp",
"D: toggle light/dark mode",
"Tab: toggle through windows",
"q: quit()",