1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +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
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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{