mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 08:57:29 +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 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user