From a5b753820cc835a8e4eb1aa8284d2603e51dd846 Mon Sep 17 00:00:00 2001 From: Andrew Widdersheim Date: Tue, 5 Mar 2019 10:54:35 -0500 Subject: [PATCH] Fix build commands -except help message The `-except` option needed some updates that were missed in 270f851e. --- command/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/build.go b/command/build.go index 6636e51da..57d8c4038 100644 --- a/command/build.go +++ b/command/build.go @@ -303,7 +303,7 @@ Options: -color=false Disable color output. (Default: color) -debug Debug mode enabled for builds. - -except=foo,bar,baz Build all builds other than these. + -except=foo,bar,baz Run all builds and post-procesors other than these. -only=foo,bar,baz Build only the specified builds. -force Force a build to continue if artifacts exist, deletes existing artifacts. -machine-readable Produce machine-readable output.