Revision f4bc1f2c scripts/gnt-cluster

b/scripts/gnt-cluster
210 210
# this is an option common to more than one command, so we declare
211 211
# it here and reuse it
212 212
node_option = make_option("-n", "--node", action="append", dest="nodes",
213
                          help="Node to copy to (if not given, all nodes)"
214
                          ", can be given multiple times", metavar="<node>",
215
                          default=[])
213
                          help="Node to copy to (if not given, all nodes),"
214
                               " can be given multiple times",
215
                          metavar="<node>", default=[])
216 216

  
217 217
commands = {
218 218
  'init': (InitCluster, ARGS_ONE,

Also available in: Unified diff