commit d2f12ad

delthas  ·  2022-08-15 14:52:51 +0000 UTC
parent f23dd32
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.
1 files changed,  +1, -1
+1, -1
1@@ -7,7 +7,7 @@ import (
2 	"git.sr.ht/~taiite/senpai/ui"
3 )
4 
5-const welcomeMessage = "senpai dev build. See senpai(1) for a list of keybindings and commands."
6+const welcomeMessage = "senpai dev build. Enter /help for a list of commands."
7 
8 func (app *App) initWindow() {
9 	app.win.AddBuffer("", "(home)", "")