Revision 6d4e8ec0 daemons/ganeti-watcher

b/daemons/ganeti-watcher
462 462
                        version="%%prog (ganeti) %s" %
463 463
                        constants.RELEASE_VERSION)
464 464

  
465
  parser.add_option("-d", "--debug", dest="debug",
466
                    help="Write all messages to stderr",
467
                    default=False, action="store_true")
465
  parser.add_option(cli.DEBUG_OPT)
468 466
  parser.add_option("-A", "--job-age", dest="job_age",
469 467
                    help="Autoarchive jobs older than this age (default"
470 468
                    " 6 hours)", default=6*3600)

Also available in: Unified diff