Revision 5ae4945a qa/ganeti-qa.py

b/qa/ganeti-qa.py
581 581
  """
582 582
  parser = optparse.OptionParser(usage="%prog [options] <config-file>")
583 583
  parser.add_option("--yes-do-it", dest="yes_do_it",
584
      action="store_true",
585
      help="Really execute the tests")
584
                    action="store_true",
585
                    help="Really execute the tests")
586 586
  (qa_config.options, args) = parser.parse_args()
587 587

  
588 588
  if len(args) == 1:

Also available in: Unified diff