Fix build commands -except help message
The `-except` option needed some updates that were missed in 270f851e
.
This commit is contained in:
parent
3dc1dafe58
commit
a5b753820c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue