diff options
author | hasso <hasso> | 2004-09-28 15:05:56 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-28 15:05:56 +0000 |
commit | 379858674be1b7fb256ff7f128909c98774c107f (patch) | |
tree | 98cce1980d7ae1ca96ff3a3290401fc28b87e71f /isisd | |
parent | 8b7ff133d17459737755af5d7f5d3d38cddadaaa (diff) | |
download | quagga-379858674be1b7fb256ff7f128909c98774c107f.tar.bz2 quagga-379858674be1b7fb256ff7f128909c98774c107f.tar.xz |
I think that it's better to report bugs into Bugzilla.
Diffstat (limited to 'isisd')
-rw-r--r-- | isisd/isis_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isis_main.c b/isisd/isis_main.c index d9bdd476..64905d30 100644 --- a/isisd/isis_main.c +++ b/isisd/isis_main.c @@ -124,7 +124,7 @@ Daemon which manages IS-IS routing\n\n\ -v, --version Print program version\n\ -h, --help Display this help and exit\n\ \n\ -Report bugs to sambo@cs.tut.fi\n", progname); +Report bugs to http://bugzilla.quagga.net\n", progname); } exit (status); |