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

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

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

  

Also available in: Unified diff