Revision 1f587d3d scripts/gnt-cluster

b/scripts/gnt-cluster
627 627
           "[opts...] <cluster_name>",
628 628
           "Initialises a new cluster configuration"),
629 629
  'destroy': (DestroyCluster, ARGS_NONE,
630
              [DEBUG_OPT,
631
               cli_option("--yes-do-it", dest="yes_do_it",
632
                          help="Destroy cluster",
633
                          action="store_true"),
634
              ],
630
              [DEBUG_OPT, YES_DOIT_OPT],
635 631
              "", "Destroy cluster"),
636 632
  'rename': (RenameCluster, [ArgHost(min=1, max=1)],
637 633
             [DEBUG_OPT, FORCE_OPT],

Also available in: Unified diff