Fix typo in build argument description (#10066)
This commit is contained in:
parent
62a401ef28
commit
153d4111fa
|
@ -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.
|
||||||
|
|
|
@ -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)]'
|
||||||
|
|
Loading…
Reference in New Issue