Revision e15a00dc lib/cli.py

b/lib/cli.py
1644 1644

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

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

Also available in: Unified diff