Revision 2a6469d5 scripts/gnt-cluster

b/scripts/gnt-cluster
257 257
                        " addresses",
258 258
                        metavar="ADDRESS", default=None),
259 259
            make_option("-t", "--hypervisor-type", dest="hypervisor_type",
260
                        help="Specify the hypervisor type (xen-3.0, fake)",
261
                        metavar="TYPE", choices=["xen-3.0", "fake"],
260
                        help="Specify the hypervisor type "
261
                        "(xen-3.0, fake, xen-hvm-3.1)",
262
                        metavar="TYPE", choices=["xen-3.0",
263
                                                 "fake",
264
                                                 "xen-hvm-3.1"],
262 265
                        default="xen-3.0",),
263 266
            make_option("-m", "--mac-prefix", dest="mac_prefix",
264 267
                        help="Specify the mac prefix for the instance IP"

Also available in: Unified diff