diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-10-21 02:16:57 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-10-24 23:30:30 +0200 |
commit | efd7904eabd3a79e14301b1a2005e36347293d4a (patch) | |
tree | 33d7c9e1061da0213a766402295d0e931ed2088f /ospfd/ospf_ri.c | |
parent | lib: fix coverity warnings introduced by the iface rb-tree conversion (diff) | |
download | frr-efd7904eabd3a79e14301b1a2005e36347293d4a.tar.xz frr-efd7904eabd3a79e14301b1a2005e36347293d4a.zip |
*: add missing \n in some help strings
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_ri.c')
-rw-r--r-- | ospfd/ospf_ri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_ri.c b/ospfd/ospf_ri.c index 69f688318..ead692343 100644 --- a/ospfd/ospf_ri.c +++ b/ospfd/ospf_ri.c @@ -1119,7 +1119,7 @@ DEFUN (router_info, OSPF_RI_STR "Enable the Router Information functionality with AS flooding scope\n" "Enable the Router Information functionality with Area flooding scope\n" - "OSPF area ID in IP format") + "OSPF area ID in IP format\n") { int idx_ipv4 = 2; char *area = (argc == 3) ? argv[idx_ipv4]->arg : NULL; |