summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_pw.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-10-21 02:16:57 +0200
committerRenato Westphal <renato@opensourcerouting.org>2017-10-24 23:30:30 +0200
commitefd7904eabd3a79e14301b1a2005e36347293d4a (patch)
tree33d7c9e1061da0213a766402295d0e931ed2088f /zebra/zebra_pw.c
parentlib: fix coverity warnings introduced by the iface rb-tree conversion (diff)
downloadfrr-efd7904eabd3a79e14301b1a2005e36347293d4a.tar.xz
frr-efd7904eabd3a79e14301b1a2005e36347293d4a.zip
*: add missing \n in some help strings
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_pw.c')
-rw-r--r--zebra/zebra_pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_pw.c b/zebra/zebra_pw.c
index 0ca7e34b2..d3492fb41 100644
--- a/zebra/zebra_pw.c
+++ b/zebra/zebra_pw.c
@@ -436,7 +436,7 @@ DEFUN (show_pseudowires,
"show mpls pseudowires",
SHOW_STR
MPLS_STR
- "Pseudowires")
+ "Pseudowires\n")
{
struct zebra_vrf *zvrf;
struct zebra_pw *pw;