zebra: Fix help strings to have newlines

Fix a couple help strings in zebra.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-01-29 19:07:04 -05:00
parent eb8309c769
commit b9ee499946

View File

@ -2472,7 +2472,7 @@ DEFUN (show_zebra_client,
"show zebra client", "show zebra client",
SHOW_STR SHOW_STR
"Zebra information\n" "Zebra information\n"
"Client information") "Client information\n")
{ {
struct listnode *node; struct listnode *node;
struct zserv *client; struct zserv *client;
@ -2488,8 +2488,9 @@ DEFUN (show_zebra_client_summary,
show_zebra_client_summary_cmd, show_zebra_client_summary_cmd,
"show zebra client summary", "show zebra client summary",
SHOW_STR SHOW_STR
"Zebra information brief" "Zebra information brief\n"
"Client information brief") "Client information brief\n"
"Brief Summary\n")
{ {
struct listnode *node; struct listnode *node;
struct zserv *client; struct zserv *client;