Revision b6e841a8 scripts/gnt-instance

b/scripts/gnt-instance
1428 1428
                 ],
1429 1429
                "[-f] <instance>", "Reinstall a stopped instance"),
1430 1430
  'remove': (RemoveInstance, ARGS_ONE_INSTANCE,
1431
             [DEBUG_OPT, FORCE_OPT,
1432
              cli_option("--ignore-failures", dest="ignore_failures",
1433
                         action="store_true", default=False,
1434
                         help=("Remove the instance from the cluster even"
1435
                               " if there are failures during the removal"
1436
                               " process (shutdown, disk removal, etc.)")),
1437
              SUBMIT_OPT,
1438
              ],
1431
             [DEBUG_OPT, FORCE_OPT, IGNORE_FAILURES_OPT, SUBMIT_OPT],
1439 1432
             "[-f] <instance>", "Shuts down the instance and removes it"),
1440 1433
  'rename': (RenameInstance,
1441 1434
             [ArgInstance(min=1, max=1), ArgHost(min=1, max=1)],

Also available in: Unified diff