Revision 949bdabe scripts/gnt-instance

b/scripts/gnt-instance
543 543
      number = number + 1
544 544

  
545 545
    choices.append(('x', 'exit', 'Exit gnt-instance reinstall'))
546
    selected = AskUser("Enter OS template name or number (or x to abort):",
546
    selected = AskUser("Enter OS template number (or x to abort):",
547 547
                       choices)
548 548

  
549 549
    if selected == 'exit':
......
1416 1416
                                 help=("Replace the disk(s) on the secondary"
1417 1417
                                       " node (only for the drbd template)")),
1418 1418
                     make_option("--disks", dest="disks", default=None,
1419
                                 help=("Comma-separated list of disks"
1420
                                       " to replace (e.g. sda) (optional,"
1421
                                       " defaults to all disks")),
1419
                                 help="Comma-separated list of disks"
1420
                                 " indices to replace (e.g. 0,2) (optional,"
1421
                                 " defaults to all disks)"),
1422 1422
                     make_option("-I", "--iallocator", metavar="<NAME>",
1423 1423
                                 help="Select new secondary for the instance"
1424 1424
                                 " automatically using the"

Also available in: Unified diff