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 /isisd | |
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 'isisd')
-rw-r--r-- | isisd/isisd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isisd/isisd.c b/isisd/isisd.c index 5dd348089..d4e5a4e29 100644 --- a/isisd/isisd.c +++ b/isisd/isisd.c @@ -1509,7 +1509,7 @@ DEFUN_NOSH (router_isis, "router isis WORD", ROUTER_STR "ISO IS-IS\n" - "ISO Routing area tag") + "ISO Routing area tag\n") { int idx_word = 2; return isis_area_get(vty, argv[idx_word]->arg); |