From: Donald Sharp Date: Mon, 30 Jan 2017 00:07:04 +0000 (-0500) Subject: zebra: Fix help strings to have newlines X-Git-Tag: frr-3.0-branchpoint~62^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b9ee49994669bbdf2c358c2b7696520c4259471c;p=mirror%2Ffrr.git zebra: Fix help strings to have newlines Fix a couple help strings in zebra. Signed-off-by: Donald Sharp --- diff --git a/zebra/zserv.c b/zebra/zserv.c index 6f72ad1758..d8495dec09 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -2472,7 +2472,7 @@ DEFUN (show_zebra_client, "show zebra client", SHOW_STR "Zebra information\n" - "Client information") + "Client information\n") { struct listnode *node; struct zserv *client; @@ -2488,8 +2488,9 @@ DEFUN (show_zebra_client_summary, show_zebra_client_summary_cmd, "show zebra client summary", SHOW_STR - "Zebra information brief" - "Client information brief") + "Zebra information brief\n" + "Client information brief\n" + "Brief Summary\n") { struct listnode *node; struct zserv *client;