Revision 7d3a9fab lib/cli.py

b/lib/cli.py
57 57
  "HYPERVISOR_OPT",
58 58
  "IALLOCATOR_OPT",
59 59
  "FORCE_OPT",
60
  "NET_OPT",
60 61
  "NOHDR_OPT",
61 62
  "NOIPCHECK_OPT",
62 63
  "NONICS_OPT",
......
539 540
                           help="Don't check that the instance's IP"
540 541
                           " is alive")
541 542

  
543
NET_OPT = cli_option("--net",
544
                     help="NIC parameters", default=[],
545
                     dest="nics", action="append", type="identkeyval")
542 546

  
543 547

  
544 548
def _ParseArgs(argv, commands, aliases):

Also available in: Unified diff