Revision 073271f6 lib/cli.py

b/lib/cli.py
52 52
  "FIELDS_OPT",
53 53
  "FILESTORE_DIR_OPT",
54 54
  "FILESTORE_DRIVER_OPT",
55
  "HVLIST_OPT",
55 56
  "HVOPTS_OPT",
56 57
  "HYPERVISOR_OPT",
57 58
  "IALLOCATOR_OPT",
......
527 528
                            " format hypervisor:option=value,option=value,...",
528 529
                            default=None, type="identkeyval")
529 530

  
531
HVLIST_OPT = cli_option("-H", "--hypervisor-parameters", dest="hvparams",
532
                        help="Hypervisor and hypervisor options, in the"
533
                        " format hypervisor:option=value,option=value,...",
534
                        default=[], action="append", type="identkeyval")
535

  
530 536

  
531 537
def _ParseArgs(argv, commands, aliases):
532 538
  """Parser for the command line arguments.

Also available in: Unified diff