From c9781a51ad15183ed0461cd799744f4cbc6106b2 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 12 May 2026 21:33:07 +0200 Subject: [PATCH] more descriptive help message for prompt --- raymenu/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raymenu/main.go b/raymenu/main.go index 69212a7..7e068b0 100644 --- a/raymenu/main.go +++ b/raymenu/main.go @@ -14,7 +14,7 @@ import ( func main() { var args struct { - Prompt string `arg:"-p" help:"prompt"` + Prompt string `arg:"-p" help:"ghost text to display in the empty input section"` } arg.MustParse(&args)