Revision df58ca1c lib/cli.py

b/lib/cli.py
95 95
  "GLOBAL_FILEDIR_OPT",
96 96
  "HID_OS_OPT",
97 97
  "GLOBAL_SHARED_FILEDIR_OPT",
98
  "HOTPLUG_OPT",
98 99
  "HVLIST_OPT",
99 100
  "HVOPTS_OPT",
100 101
  "HYPERVISOR_OPT",
......
1641 1642
                                 default=False, action="store_true",
1642 1643
                                 help="Include default values")
1643 1644

  
1645
HOTPLUG_OPT = cli_option("--hotplug", dest="hotplug",
1646
                         action="store_true", default=False,
1647
                         help="Try to hotplug device")
1648

  
1644 1649
#: Options provided by all commands
1645 1650
COMMON_OPTS = [DEBUG_OPT, REASON_OPT]
1646 1651

  

Also available in: Unified diff