From 3426d04837d2863da430cefa03cef3a60f71e41c Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Sun, 6 Feb 2022 22:09:31 -0300 Subject: [PATCH] docs: update Signed-off-by: Carlos A Becker --- www/docs/cmd/goreleaser_build.md | 1 + 1 file changed, 1 insertion(+) 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