Revision 274c7cab 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",
......
1645 1646
                                 default=False, action="store_true",
1646 1647
                                 help="Include default values")
1647 1648

  
1649
HOTPLUG_OPT = cli_option("--hotplug", dest="hotplug",
1650
                         action="store_true", default=False,
1651
                         help="Try to hotplug device")
1652

  
1648 1653
#: Options provided by all commands
1649 1654
COMMON_OPTS = [DEBUG_OPT, REASON_OPT]
1650 1655

  

Also available in: Unified diff