From 99cbe1fc42e5e7300d85cab63d8f2d998d2179f7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 19 Dec 2013 14:56:04 -0800 Subject: [PATCH] command/fix: update help --- command/fix/help.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/command/fix/help.go b/command/fix/help.go index 94b5c6a11..88ab34070 100644 --- a/command/fix/help.go +++ b/command/fix/help.go @@ -11,6 +11,11 @@ Usage: packer fix [options] TEMPLATE Fixes that are run: - iso-md5 Replaces "iso_md5" in builders with newer "iso_checksum" + iso-md5 Replaces "iso_md5" in builders with newer "iso_checksum" + createtime Replaces ".CreateTime" in builder configs with "{{timestamp}}" + virtualbox-gaattach Updates VirtualBox builders using "guest_additions_attach" + to use "guest_additions_mode" + pp-vagrant-override Replaces old-style provider overrides for the Vagrant + post-processor to new-style as of Packer 0.5.0. `