From d2f12ad58a1ca9a8590de375517ff2c103a140cd Mon Sep 17 00:00:00 2001 From: delthas Date: Mon, 15 Aug 2022 16:52:51 +0200 Subject: 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. --- window.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)", "") -- cgit v1.2.3