Revision e648cea4 lib/cli.py

b/lib/cli.py
94 94
  "GLOBAL_FILEDIR_OPT",
95 95
  "HID_OS_OPT",
96 96
  "GLOBAL_SHARED_FILEDIR_OPT",
97
  "HOTPLUG_OPT",
97 98
  "HVLIST_OPT",
98 99
  "HVOPTS_OPT",
99 100
  "HYPERVISOR_OPT",
......
1540 1541
                                  action="store_false",
1541 1542
                                  help="Don't check for conflicting IPs")
1542 1543

  
1544
HOTPLUG_OPT = cli_option("--hotplug", dest="hotplug",
1545
                         action="store_true", default=False,
1546
                         help="Try to hotplug device")
1547

  
1543 1548
#: Options provided by all commands
1544 1549
COMMON_OPTS = [DEBUG_OPT]
1545 1550

  

Also available in: Unified diff