summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Janczyk2023-10-13 17:15:16 +0200
committerMichael Janczyk2023-10-13 17:15:16 +0200
commita450c09ecf437a9cea2fe5b293c8465a79026b86 (patch)
tree3ffd3d2ad4eec9a87b10fca00a5548c2dac24e50
parentanaconda-ks: change deprecated timezone options. (diff)
downloadpacker-templates-a450c09ecf437a9cea2fe5b293c8465a79026b86.tar.gz
packer-templates-a450c09ecf437a9cea2fe5b293c8465a79026b86.tar.xz
packer-templates-a450c09ecf437a9cea2fe5b293c8465a79026b86.zip
Makefile: correct help.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5e0d30..b74429e 100644
--- a/Makefile
+++ b/Makefile
@@ -277,8 +277,7 @@ help:
@printf "\tPACKER_OPTS:\t\tSet packer options\n"
@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_ssh_password='secret':\tDisable headless mode\n"
+ @printf "\tPKR_VAR_<VAR>=<VAL>:\tSet a packer variable <VAR>=<VAL>, e.g. PKR_VAR_ssh_password='secret'\n"
@printf "\n"
@printf "Clean targets are:\n"
@printf "\tclean_except_last\n"