From: Quentin Young Date: Wed, 18 Jul 2018 16:39:20 +0000 (+0000) Subject: zebra: fix some cli option descriptions X-Git-Tag: frr-6.1-dev~163^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f6b66ba90c0108ee083db3ac60023d34696e71ca;p=matthieu%2Ffrr.git zebra: fix some cli option descriptions Couple typos / clarity fixes. Signed-off-by: Quentin Young --- 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 );