summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-03-08 16:13:12 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-03-08 16:15:10 +0100
commit4487fc74e8e4ddbf5cde6c3b0a83db3eb828ee11 (patch)
treeba095355ba6b29f97c64c8ec184cc0d6087e5cb4 /zebra/main.c
parent6dd7b12a05387ef8b84ed9d4b8306a715ee64d0d (diff)
*: 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/main.c')
-rw-r--r--zebra/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c
index b70ce7eda7..98177a423e 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -229,7 +229,7 @@ main (int argc, char **argv)
#endif
, longopts,
" -b, --batch Runs in batch 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, --fpm_format Set fpm format to 'netlink' or 'protobuf'\n"
" -z, --socket Set path of zebra socket\n"
" -e, --ecmp Specify ECMP to use.\n"