From b3e8a419541eced84ca003a69ab36a1dd98b734a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 11 Aug 2013 23:24:57 -0700 Subject: [PATCH] packer: document machine-readable --- packer/environment.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packer/environment.go b/packer/environment.go index 267db5826..4a14b48ed 100644 --- a/packer/environment.go +++ b/packer/environment.go @@ -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