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 /zebra/interface.c | |
| parent | 5b8524f5c29d0fc8a5ea2f6355e90b85b3439709 (diff) | |
*: add missing \n in some help strings
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/interface.c')
| -rw-r--r-- | zebra/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.c b/zebra/interface.c index e912b2dcf8..dd1050ee7f 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -2539,7 +2539,7 @@ DEFUN (no_ip_address, NO_STR "Interface Internet Protocol config commands\n" "Set the IP address of an interface\n" - "IP Address (e.g. 10.0.0.1/8)") + "IP Address (e.g. 10.0.0.1/8)\n") { int idx_ipv4_prefixlen = 3; VTY_DECLVAR_CONTEXT(interface, ifp); |
