diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-29 19:07:04 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-29 19:19:27 -0500 |
| commit | b9ee49994669bbdf2c358c2b7696520c4259471c (patch) | |
| tree | a265012c15cc2c177d34e74c818e87f654d5da2a /zebra/zserv.c | |
| parent | eb8309c769b1e905d1467d98a36afed0c81f4cf7 (diff) | |
zebra: Fix help strings to have newlines
Fix a couple help strings in zebra.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zserv.c')
| -rw-r--r-- | zebra/zserv.c | 7 |
1 files 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; |
