From: Quentin Young Date: Tue, 30 Jan 2018 16:47:15 +0000 (-0500) Subject: bgpd: improve default shutdown help string X-Git-Tag: frr-4.0-dev~5^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b012cbe2b1de8cd1df4ffb992c5d905331e361d4;p=mirror%2Ffrr.git bgpd: improve default shutdown help string Signed-off-by: Quentin Young --- diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index d890c20af4..e711a52460 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -2698,7 +2698,7 @@ DEFUN (bgp_default_shutdown, NO_STR BGP_STR "Configure BGP defaults\n" - "Do not automatically activate peers upon configuration\n") + "Apply administrative shutdown to newly configured peers\n") { VTY_DECLVAR_CONTEXT(bgp, bgp); bgp->autoshutdown = !strmatch(argv[0]->text, "no");