# HG changeset patch
# User [email protected]
# Date 1233786168 28800
# Node ID b56aabae9044c5390c7d51c0f468302b5bacf376
# Parent  446816fe543fdb43d991d4b8fae0e14a155d1c26
Clean up help message for --livecd

Signed-off-by: John Levon <[email protected]>

diff --git a/virt-install b/virt-install
--- a/virt-install
+++ b/virt-install
@@ -389,7 +389,7 @@ def parse_args():
     insg.add_option("", "--pxe", action="store_true", dest="pxe",
                     help=_("Boot from the network using the PXE protocol"))
     insg.add_option("", "--livecd", action="store_true", dest="livecd",
-                    help=_("Treat the CDROM media is a LiveCD"))
+                    help=_("Treat the CD-ROM media as a Live CD"))
     insg.add_option("-x", "--extra-args", type="string", dest="extra",
                     default="",
                     help=_("Additional arguments to pass to the kernel "

_______________________________________________
et-mgmt-tools mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

Reply via email to