From 0dd6fcfa476e9caf5cc00ff4e2aebe30d9339cc5 Mon Sep 17 00:00:00 2001 From: Steven Merrill Date: Tue, 2 Jul 2013 01:15:03 -0400 Subject: [PATCH] Small doc fixes. --- builder/vmware/step_compact_disk.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/builder/vmware/step_compact_disk.go b/builder/vmware/step_compact_disk.go index 34da410b8..1f0f49c76 100644 --- a/builder/vmware/step_compact_disk.go +++ b/builder/vmware/step_compact_disk.go @@ -6,11 +6,9 @@ import ( "github.com/mitchellh/packer/packer" ) -// This step compacts the virtual disk for the VM. If "compact_disk" is not -// true, it will immediately return. +// This step compacts the virtual disk for the VM. // // Uses: -// config *config // driver Driver // ui packer.Ui //