packer: document machine-readable

This commit is contained in:
Mitchell Hashimoto 2013-08-11 23:24:57 -07:00
parent c77d26e46c
commit b3e8a41954
1 changed files with 3 additions and 0 deletions

View File

@ -299,6 +299,9 @@ func (e *coreEnvironment) printHelp() {
// Output the command and the synopsis
e.ui.Say(fmt.Sprintf(" %v %v", key, synopsis))
}
e.ui.Say("\nGlobally recognized options:")
e.ui.Say(" --machine-readable Machine-readable output format.")
}
// Returns the UI for the environment. The UI is the interface that should