From 49d73233c3d789e2176187d57b26ba9439dfce11 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 5 Oct 2016 23:02:57 +0000 Subject: [PATCH] zebra: Fix typo in zebra command desc Signed-off-by: Quentin Young --- zebra/zserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/zserv.c b/zebra/zserv.c index 5c4957a682..98908fb67e 100644 --- a/zebra/zserv.c +++ b/zebra/zserv.c @@ -2326,7 +2326,7 @@ DEFUN (show_zebra_client, show_zebra_client_cmd, "show zebra client", SHOW_STR - "Zebra information" + "Zebra information\n" "Client information") { struct listnode *node; -- 2.39.5