diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-10-20 22:16:57 -0200 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-10-24 19:30:30 -0200 | 
| commit | efd7904eabd3a79e14301b1a2005e36347293d4a (patch) | |
| tree | 33d7c9e1061da0213a766402295d0e931ed2088f /ospfd/ospf_ri.c | |
| parent | 5b8524f5c29d0fc8a5ea2f6355e90b85b3439709 (diff) | |
*: 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 69f6883186..ead6923435 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;  | 
