Revision b7bf8b58

b/tools/cluster-merge
81 81
                                   " same name (One of: %s/%s/%s)" %
82 82
                                   _RESTART_CHOICES))
83 83

  
84
SKIP_STOP_INSTANCES_OPT = cli.cli_option("--skip-stop-instances", default=True,
85
                                         action="store_false", dest="stop_instances",
86
                                         help=("Don't stop the instances on the"
87
                                               " clusters, just check that none"
88
                                               " is running"))
84
SKIP_STOP_INSTANCES_OPT = \
85
  cli.cli_option("--skip-stop-instances", default=True, action="store_false",
86
                 dest="stop_instances",
87
                 help=("Don't stop the instances on the clusters, just check "
88
                       "that none is running"))
89 89

  
90 90

  
91 91
def Flatten(unflattened_list):

Also available in: Unified diff