---
daemons/ganeti-watcher | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/daemons/ganeti-watcher b/daemons/ganeti-watcher
index 1e29f64..e77db0c 100755
--- a/daemons/ganeti-watcher
+++ b/daemons/ganeti-watcher
@@ -462,9 +462,7 @@ def ParseOptions():
version="%%prog (ganeti) %s" %
constants.RELEASE_VERSION)
- parser.add_option("-d", "--debug", dest="debug",
- help="Write all messages to stderr",
- default=False, action="store_true")
+ parser.add_option(cli.DEBUG_OPT)
parser.add_option("-A", "--job-age", dest="job_age",
help="Autoarchive jobs older than this age (default"
" 6 hours)", default=6*3600)
--
1.6.3.3