summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelthas <delthas@dille.cc>2022-08-15 16:52:51 +0200
committerdelthas <delthas@dille.cc>2022-08-15 16:52:51 +0200
commitd2f12ad58a1ca9a8590de375517ff2c103a140cd (patch)
tree5413e9e9fdd97a0677df3a352feb3a55350f72a8
parentRevert to using base colors by default, making extended configurable (diff)
Mention /help rather than man
Using man to learn more about senpai is obvious. Using /help is more specific to senpai. Mention that rather than the man.
-rw-r--r--window.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.go b/window.go
index 66e0a31..5cdfd8b 100644
--- a/window.go
+++ b/window.go
@@ -7,7 +7,7 @@ import (
"git.sr.ht/~taiite/senpai/ui"
)
-const welcomeMessage = "senpai dev build. See senpai(1) for a list of keybindings and commands."
+const welcomeMessage = "senpai dev build. Enter /help for a list of commands."
func (app *App) initWindow() {
app.win.AddBuffer("", "(home)", "")