From a4362dc317bbe14c7fbf1cdeb2cc4a765987f666 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Tue, 2 Aug 2022 16:48:43 -0400 Subject: [PATCH] docs: use common tagline A tool for glamorous shell scripts. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a63ba8b..09de900 100644 --- a/main.go +++ b/main.go @@ -42,7 +42,7 @@ func main() { gum := &Gum{} ctx := kong.Parse( gum, - kong.Description(fmt.Sprintf("Tasty bubble %s for your shell.", bubbleGumPink.Render("gum"))), + kong.Description(fmt.Sprintf("A tool for %s shell scripts.", bubbleGumPink.Render("glamorous"))), kong.UsageOnError(), kong.ConfigureHelp(kong.HelpOptions{ Compact: true,