From f6b66ba90c0108ee083db3ac60023d34696e71ca Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 18 Jul 2018 16:39:20 +0000 Subject: [PATCH] zebra: fix some cli option descriptions Couple typos / clarity fixes. Signed-off-by: Quentin Young --- zebra/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zebra/main.c b/zebra/main.c index 4c58db2736..3e44a41707 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -236,15 +236,15 @@ int main(int argc, char **argv) " -z, --socket Set path of zebra socket\n" " -e, --ecmp Specify ECMP to use.\n" " -l, --label_socket Socket to external label manager\n" - " -k, --keep_kernel Don't delete old routes which installed by zebra.\n" + " -k, --keep_kernel Don't delete old routes which were installed by zebra.\n" " -r, --retain When program terminates, retain added route by zebra.\n" #ifdef HAVE_NETLINK - " -n, --vrfwnetns Set VRF with NetNS\n" + " -n, --vrfwnetns Use NetNS as VRF backend\n" " -s, --nl-bufsize Set netlink receive buffer size\n" " --v6-rr-semantics Use v6 RR semantics\n" #endif /* HAVE_NETLINK */ #if defined(HANDLE_ZAPI_FUZZING) - " -c Bypass normal startup use this file for tetsting of zapi" + " -c Bypass normal startup and use this file for testing of zapi" #endif ); -- 2.39.5