[et-mgmt-tools] [PATCH] virt-convert: remove -t option

John Levon levon at movementarian.org
Mon Sep 15 21:31:27 UTC 2008


# HG changeset patch
# User john.levon at sun.com
# Date 1221514080 -3600
# Node ID 15cdf039c358895c192f92a6746836b00c16bb56
# Parent  e069659bf07f752c7b4748f41dcd2beb926459ce
virt-convert: remove -t option

This never did anything, and is undocumented.

Signed-off-by: John Levon <john.levon at sun.com>

diff --git a/virt-convert b/virt-convert
--- a/virt-convert
+++ b/virt-convert
@@ -44,8 +44,6 @@
     opts.add_option("-a", "--arch", type="string", dest="arch",
                     default=util.get_default_arch(),
                     help=("Machine Architecture Type (i686/x86_64/ppc)"))
-    opts.add_option("-t", "--type", type="string", dest="type",
-                    help=("Output virtualization type (hvm, paravirt"))
     opts.add_option("-d", "--debug", action="store_true", dest="debug",
                     help=("Print debugging information"))
     opts.add_option("-i", "--input-format", action="store",




More information about the et-mgmt-tools mailing list