Revision a1cef552 lib/cli.py

b/lib/cli.py
1404 1404

  
1405 1405
DISK_STATE_OPT = cli_option("--disk-state", default=[], dest="disk_state",
1406 1406
                            action="append",
1407
                            help=("Specify disk state information in the format"
1408
                                  " storage_type/identifier:option=value,..."),
1407
                            help=("Specify disk state information in the"
1408
                                  " format"
1409
                                  " storage_type/identifier:option=value,...;"
1410
                                  " note this is unused for now"),
1409 1411
                            type="identkeyval")
1410 1412

  
1411 1413
HV_STATE_OPT = cli_option("--hypervisor-state", default=[], dest="hv_state",
1412 1414
                          action="append",
1413 1415
                          help=("Specify hypervisor state information in the"
1414
                                " format hypervisor:option=value,..."),
1416
                                " format hypervisor:option=value,...;"
1417
                                " note this is unused for now"),
1415 1418
                          type="identkeyval")
1416 1419

  
1417 1420
IGNORE_IPOLICY_OPT = cli_option("--ignore-ipolicy", dest="ignore_ipolicy",

Also available in: Unified diff