Forgot to tidy up a comma too

This commit is contained in:
Tyler Tidman 2016-02-03 11:25:30 -05:00
parent e20d68cef5
commit 7c89df2080
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ builder.
source, resize it according to `disk_size` and boot the image.
- `disk_interface` (string) - The interface to use for the disk. Allowed
values include any of "ide," "scsi", "virtio" or "virtio-scsi". Note also
values include any of "ide", "scsi", "virtio" or "virtio-scsi". Note also
that any boot commands or kickstart type scripts must have proper
adjustments for resulting device names. The Qemu builder uses "virtio" by
default.