diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-03-08 16:13:12 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-03-08 16:15:10 +0100 |
commit | 4487fc74e8e4ddbf5cde6c3b0a83db3eb828ee11 (patch) | |
tree | ba095355ba6b29f97c64c8ec184cc0d6087e5cb4 /zebra/test_main.c | |
parent | isisd: remove reload-by-reexec (diff) | |
download | frr-4487fc74e8e4ddbf5cde6c3b0a83db3eb828ee11.tar.xz frr-4487fc74e8e4ddbf5cde6c3b0a83db3eb828ee11.zip |
*: fix some user-visible Quagga remnants
(Note: the allow_delete thing is called "zebra" on the commandline
because that's the clearest context there, while it is called "FRR" in
the CLI because that's considerably less confusing in a vtysh env.)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/test_main.c')
-rw-r--r-- | zebra/test_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/test_main.c b/zebra/test_main.c index a80b4c87c..f3ef3df96 100644 --- a/zebra/test_main.c +++ b/zebra/test_main.c @@ -100,7 +100,7 @@ usage (char *progname, int status) "redistribution between different routing protocols.\n\n"\ "-b, --batch Runs in batch mode\n"\ "-d, --daemon Runs in daemon mode\n"\ - "-a, --allow_delete Allow other processes to delete Quagga Routes\n" \ + "-a, --allow_delete Allow other processes to delete zebra routes\n" \ "-f, --config_file Set configuration file name\n"\ "-A, --vty_addr Set vty's bind address\n"\ "-P, --vty_port Set vty's port number\n"\ |