summaryrefslogtreecommitdiffstats
path: root/bgpd/rfp-example
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 /bgpd/rfp-example
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 'bgpd/rfp-example')
-rw-r--r--bgpd/rfp-example/librfp/rfp_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/rfp-example/librfp/rfp_example.c b/bgpd/rfp-example/librfp/rfp_example.c
index fb112a886..cde2d7b35 100644
--- a/bgpd/rfp-example/librfp/rfp_example.c
+++ b/bgpd/rfp-example/librfp/rfp_example.c
@@ -42,7 +42,7 @@ DEFUN (rfp_example_config_value,
"rfp example-config-value VALUE",
RFP_SHOW_STR
"Example value to be configured\n"
- "Value to display")
+ "Value to display\n")
{
uint32_t value = 0;
struct rfp_instance_t *rfi = NULL;