[virt-tools-list] [virt-manager PATCH] virt-install: fix a wrong example

Chen Hanxiao chen_han_xiao at 126.com
Sun Aug 28 13:10:07 UTC 2016


From: Chen Hanxiao <chenhanxiao at gmail.com>

a backslash missed.

Signed-off-by: Chen Hanxiao <chenhanxiao at gmail.com>
---
Pushed as trivial.

 man/virt-install.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/virt-install.pod b/man/virt-install.pod
index a1229c8..06307bf 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -1659,7 +1659,7 @@ booting from PXE, using VNC server/viewer, with virtio-scsi disk
        --disk path=/dev/HostVG/DemoVM,bus=scsi \
        --controller virtio-scsi \
        --network network=default \
-       --virt-type qemu
+       --virt-type qemu \
        --graphics vnc \
        --os-variant fedora9
 
-- 
1.8.3.1





More information about the virt-tools-list mailing list