Small doc fixes.

This commit is contained in:
Steven Merrill
2013-07-02 01:15:03 -04:00
parent 359ba01c6a
commit 586a9a7c32
+1 -3
View File
@@ -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
//