Revision 489a70b8 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",
......
1639 1640
                                 default=False, action="store_true",
1640 1641
                                 help="Include default values")
1641 1642

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

  
1642 1647
#: Options provided by all commands
1643 1648
COMMON_OPTS = [DEBUG_OPT, REASON_OPT]
1644 1649

  

Also available in: Unified diff