diff options
Diffstat (limited to 'zebra/zserv.c')
| -rw-r--r-- | zebra/zserv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zebra/zserv.c b/zebra/zserv.c index 15bfd37da8..fe8213702b 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -2841,7 +2841,7 @@ DEFUN (show_zebra, show_zebra_cmd, "show zebra", SHOW_STR - "Zebra information\n") + ZEBRA_STR) { struct vrf *vrf; @@ -2866,7 +2866,7 @@ DEFUN (show_zebra_client, show_zebra_client_cmd, "show zebra client", SHOW_STR - "Zebra information\n" + ZEBRA_STR "Client information\n") { struct listnode *node; @@ -2883,7 +2883,7 @@ DEFUN (show_zebra_client_summary, show_zebra_client_summary_cmd, "show zebra client summary", SHOW_STR - "Zebra information brief\n" + ZEBRA_STR "Client information brief\n" "Brief Summary\n") { |
