summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--isisd/isis_main.c2
-rw-r--r--ospf6d/ospf6_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c
index dcbc3de9..96816ebb 100644
--- a/isisd/isis_main.c
+++ b/isisd/isis_main.c
@@ -144,7 +144,7 @@ Daemon which manages IS-IS routing\n\n\
-C, --dryrun Check configuration for validity and exit\n\
-h, --help Display this help and exit\n\
\n\
-Report bugs to http://bugzilla.quagga.net\n", progname);
+Report bugs to %s\n", progname, ZEBRA_BUG_ADDRESS);
}
exit (status);
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c
index 1bdf52fb..17d7654e 100644
--- a/ospf6d/ospf6_main.c
+++ b/ospf6d/ospf6_main.c
@@ -125,7 +125,7 @@ Daemon which manages OSPF version 3.\n\n\
-C, --dryrun Check configuration for validity and exit\n\
-h, --help Display this help and exit\n\
\n\
-Report bugs to zebra@zebra.org\n", progname);
+Report bugs to %s\n", progname, ZEBRA_BUG_ADDRESS);
}
exit (status);