diff --git a/command/build.go b/command/build.go index 0339909ef..2ea4fcc85 100644 --- a/command/build.go +++ b/command/build.go @@ -419,7 +419,7 @@ Options: -parallel-builds=1 Number of builds to run in parallel. 0 means no limit (Default: 0) -timestamp-ui Enable prefixing of each ui output with an RFC3339 timestamp. -var 'key=value' Variable for templates, can be used multiple times. - -var-file=path JSON file containing user variables. + -var-file=path JSON file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ] ` return strings.TrimSpace(helpText) diff --git a/command/console.go b/command/console.go index 88862248e..02faeb076 100644 --- a/command/console.go +++ b/command/console.go @@ -92,7 +92,7 @@ Usage: packer console [options] [TEMPLATE] Options: -var 'key=value' Variable for templates, can be used multiple times. - -var-file=path JSON file containing user variables. + -var-file=path JSON file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ] ` return strings.TrimSpace(helpText) diff --git a/command/validate.go b/command/validate.go index d84cdbc15..a84eb6637 100644 --- a/command/validate.go +++ b/command/validate.go @@ -183,7 +183,7 @@ Options: -except=foo,bar,baz Validate all builds other than these. -only=foo,bar,baz Validate only these builds. -var 'key=value' Variable for templates, can be used multiple times. - -var-file=path JSON file containing user variables. + -var-file=path JSON file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ] ` return strings.TrimSpace(helpText)