Revision a8deb185 lib/cli.py

b/lib/cli.py
97 97
  "GLOBAL_SHARED_FILEDIR_OPT",
98 98
  "HOTPLUG_OPT",
99 99
  "HOTPLUG_IF_POSSIBLE_OPT",
100
  "KEEPDISKS_OPT",
100 101
  "HVLIST_OPT",
101 102
  "HVOPTS_OPT",
102 103
  "HYPERVISOR_OPT",
......
1650 1651
                                     help="Hotplug devices in case"
1651 1652
                                          " hotplug is supported")
1652 1653

  
1654
KEEPDISKS_OPT = cli_option("--keep-disks", dest="keep_disks",
1655
                           action="store_true", default=False,
1656
                           help="Do not remove disks")
1657

  
1653 1658
#: Options provided by all commands
1654 1659
COMMON_OPTS = [DEBUG_OPT, REASON_OPT]
1655 1660

  

Also available in: Unified diff