Revision 4c6e8e1a lib/cli.py

b/lib/cli.py
1641 1641

  
1642 1642
HOTPLUG_OPT = cli_option("--hotplug", dest="hotplug",
1643 1643
                         action="store_true", default=False,
1644
                         help="Try to hotplug device")
1644
                         help="Hotplug supported devices (NICs and Disks)")
1645 1645

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

Also available in: Unified diff