From 1a2653be364dbdfafdaaf69b63fb3e21b4d9b544 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Fri, 5 Apr 2024 13:03:52 -0400 Subject: [PATCH] Clean up app name/description in help output Help output is slightly confusing as it says the name of the tool is "release" and not "release-tool"; also cleaned up some grammar/wording. Signed-off-by: Phil Estes --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 9a21bd5..4c22c0e 100644 --- a/main.go +++ b/main.go @@ -142,10 +142,10 @@ type release struct { func main() { app := cli.NewApp() - app.Name = "release" - app.Description = `release tooling. + app.Name = "release-tool" + app.Description = `release tooling to create annotated GitHub release notes. -This tool should be ran from the root of the project repository for a new release. +This tool should run from the root of the project repository for a new release. ` app.Flags = []cli.Flag{ &cli.BoolFlag{