Fix typo in build argument description (#10066)

This commit is contained in:
James Cradock 2020-10-08 13:58:22 +01:00 committed by GitHub
parent 62a401ef28
commit 153d4111fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ Options:
-color=false Disable color output. (Default: color) -color=false Disable color output. (Default: color)
-debug Debug mode enabled for builds. -debug Debug mode enabled for builds.
-except=foo,bar,baz Run all builds and post-procesors other than these. -except=foo,bar,baz Run all builds and post-processors other than these.
-only=foo,bar,baz Build only the specified builds. -only=foo,bar,baz Build only the specified builds.
-force Force a build to continue if artifacts exist, deletes existing artifacts. -force Force a build to continue if artifacts exist, deletes existing artifacts.
-machine-readable Produce machine-readable output. -machine-readable Produce machine-readable output.

View File

@ -14,7 +14,7 @@ _packer () {
'-force[Force a build to continue if artifacts exist, deletes existing artifacts.]' '-force[Force a build to continue if artifacts exist, deletes existing artifacts.]'
'-machine-readable[Produce machine-readable output.]' '-machine-readable[Produce machine-readable output.]'
'-color=[(false) Disable color output. (Default: color)]' '-color=[(false) Disable color output. (Default: color)]'
'-except=[(foo,bar,baz) Run all builds and post-procesors other than these.]' '-except=[(foo,bar,baz) Run all builds and post-processors other than these.]'
'-on-error=[(cleanup,abort,ask) If the build fails do: clean up (default), abort, or ask.]' '-on-error=[(cleanup,abort,ask) If the build fails do: clean up (default), abort, or ask.]'
'-only=[(foo,bar,baz) Only build the given builds by name.]' '-only=[(foo,bar,baz) Only build the given builds by name.]'
'-parallel=[(false) Disable parallelization. (Default: false)]' '-parallel=[(false) Disable parallelization. (Default: false)]'