Commit b3e8a419 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

packer: document machine-readable

parent c77d26e4
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment