packer-cn/command/build/help.go

9 lines
200 B
Go
Raw Normal View History

2013-06-02 18:17:04 -04:00
package build
const helpText = `
Usage: packer build TEMPLATE
Will execute multiple builds in parallel as defined in the template.
The various artifacts created by the template will be outputted.
`