[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[et-mgmt-tools] [PATCH] Clean up help message for --livecd
- From: john levon sun com
- To: et-mgmt-tools redhat com
- Subject: [et-mgmt-tools] [PATCH] Clean up help message for --livecd
- Date: Wed, 04 Feb 2009 14:23:31 -0800
# HG changeset patch
# User john levon sun com
# Date 1233786168 28800
# Node ID b56aabae9044c5390c7d51c0f468302b5bacf376
# Parent 446816fe543fdb43d991d4b8fae0e14a155d1c26
Clean up help message for --livecd
Signed-off-by: John Levon <john levon sun com>
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 "
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]