# HG changeset patch # User john.levon@xxxxxxx # 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@xxxxxxx> 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", _______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools