[virt-tools-list] [virt-manager PATCH] man: virt-install: fix a typo in examples

Pavel Hrdina phrdina at redhat.com
Mon Oct 26 17:09:42 UTC 2015


There is no parameter --disks, it should be --disk.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1263900

Signed-off-by: Pavel Hrdina <phrdina at redhat.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 e184a9d..4dce2df 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -1629,7 +1629,7 @@ Run a Live CD image under Xen fullyvirt, in diskless environment
        --hvm \
        --name demo \
        --memory 500 \
-       --disks none \
+       --disk none \
        --livecd \
        --graphics vnc \
        --cdrom /root/fedora7live.iso
-- 
2.6.2




More information about the virt-tools-list mailing list