From b9ee49994669bbdf2c358c2b7696520c4259471c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sun, 29 Jan 2017 19:07:04 -0500 Subject: [PATCH] zebra: Fix help strings to have newlines Fix a couple help strings in zebra. Signed-off-by: Donald Sharp --- zebra/zserv.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; -- 2.39.5