1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-03 13:11:48 +02:00

Merge branch 'master' into ldflags

This commit is contained in:
Carlos Alexandro Becker 2017-04-08 21:16:30 -03:00 committed by GitHub
commit 8caeadc832

View File

@ -32,7 +32,7 @@ func main() {
app.Usage = "Deliver Go binaries as fast and easily as possible"
app.Flags = []cli.Flag{
cli.StringFlag{
Name: "config, c",
Name: "config, file, c, f",
Usage: "Load configuration from `FILE`",
Value: "goreleaser.yml",
},