diff options
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 9749efb75d..e6455862c1 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -2504,7 +2504,7 @@ DEFUN (show_zebra_client, "show zebra client", SHOW_STR "Zebra information\n" - "Client information") + "Client information\n") { struct listnode *node; struct zserv *client; @@ -2520,8 +2520,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; |
