1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-09-16 09:26:52 +02:00

fixed name on --help

This commit is contained in:
Carlos Alexandro Becker
2017-01-18 15:45:42 -02:00
parent 65b7458098
commit 9982ad7baf

View File

@@ -36,7 +36,7 @@ var pipes = []pipeline.Pipe{
func main() {
var app = cli.NewApp()
app.Name = "release"
app.Name = "goreleaser"
app.Version = version
app.Usage = "Deliver Go binaries as fast and easily as possible"
app.Flags = []cli.Flag{