From be08eddd8d471aa445d00768006a451163e667be Mon Sep 17 00:00:00 2001 From: nqb Date: Fri, 1 May 2020 11:18:47 +0200 Subject: [PATCH] remove useless comment -var-file allow an HCL file --- command/build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/build.go b/command/build.go index 05392c063..8643295b8 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. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ] + -var-file=path JSON file containing user variables. ` return strings.TrimSpace(helpText)