diff --git a/www/docs/cmd/goreleaser_build.md b/www/docs/cmd/goreleaser_build.md index 08812529120..cf556bf2e53 100644 --- a/www/docs/cmd/goreleaser_build.md +++ b/www/docs/cmd/goreleaser_build.md @@ -30,6 +30,7 @@ goreleaser build [flags] -f, --config string Load configuration from file -h, --help help for build --id string Builds only the specified build id + -o, --output string Path to the binary, defaults to the distribution folder according to configs. Only taked into account when using --single-target and a single id (either with --id or if config only has one build) -p, --parallelism int Amount tasks to run concurrently (default: number of CPUs) --rm-dist Remove the dist folder before building --single-target Builds only for current GOOS and GOARCH