summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hcl2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcl2/Makefile b/hcl2/Makefile
index 6c8628d..d5e0d30 100644
--- a/hcl2/Makefile
+++ b/hcl2/Makefile
@@ -278,7 +278,7 @@ help:
@printf "\tVERBOSE=1:\t\tEnable verbose output\n"
@printf "\tWINDOW:\t\t\tDisable headless mode\n"
@printf "\tPKR_VAR_<VAR>=<VAL>:\tSet a packer variable <VAR>=<VAL>\n"
- @printf "\tPKR_VAR_headless=false:\tDisable headless mode\n"
+ @printf "\tPKR_VAR_ssh_password='secret':\tDisable headless mode\n"
@printf "\n"
@printf "Clean targets are:\n"
@printf "\tclean_except_last\n"