mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
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:
parent
eb8309c769
commit
b9ee499946
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user