Skip to content

Commit

Permalink
Merge pull request #49 from estesp/update-doc
Browse files Browse the repository at this point in the history
Clean up app name/description in help output
  • Loading branch information
samuelkarp committed Apr 14, 2024
2 parents c78fe05 + 1a2653b commit e082c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit e082c56

Please sign in to comment.