add -color to build -h command

This commit is contained in:
Alvaro Miranda 2016-03-23 04:40:24 +13:00
parent f38b0ba2cd
commit 6237df566f
1 changed files with 2 additions and 1 deletions

View File

@ -279,10 +279,11 @@ Usage: packer build [options] TEMPLATE
Options:
-color=false Disable color output (on by default)
-debug Debug mode enabled for builds
-except=foo,bar,baz Build all builds other than these
-force Force a build to continue if artifacts exist, deletes existing artifacts
-machine-readable Machine-readable output
-except=foo,bar,baz Build all builds other than these
-only=foo,bar,baz Only build the given builds by name
-parallel=false Disable parallelization (on by default)
-var 'key=value' Variable for templates, can be used multiple times.