Revision f4bc1f2c scripts/gnt-instance

b/scripts/gnt-instance
242 242
  instance_name = args[0]
243 243

  
244 244
  if not opts.force:
245
    usertext = ("This will reinstall the instance %s and remove "
246
                "all data. Continue?") % instance_name
245
    usertext = ("This will reinstall the instance %s and remove"
246
                " all data. Continue?") % instance_name
247 247
    if not AskUser(usertext):
248 248
      return 1
249 249

  

Also available in: Unified diff