1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-19 20:57:53 +02:00

Merge pull request #97 from goreleaser/name

fixed name on --help
This commit is contained in:
Carlos Alexandro Becker 2017-01-18 15:47:37 -02:00 committed by GitHub
commit 5ebdbfa87a

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{