summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2020-07-20 17:09:34 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2020-07-20 17:18:03 +0200
commit7e5ee522260b5eabddc5fa500b0574352f266845 (patch)
treeddd048321427126e998992830986ed76f9498577
parentMerge pull request #6767 from donaldsharp/compile_issues (diff)
downloadfrr-7e5ee522260b5eabddc5fa500b0574352f266845.tar.xz
frr-7e5ee522260b5eabddc5fa500b0574352f266845.zip
ospfd: remove redundant line continuations
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
-rw-r--r--ospfd/ospf_vty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c
index 08736b555..e8cc50c8d 100644
--- a/ospfd/ospf_vty.c
+++ b/ospfd/ospf_vty.c
@@ -1177,9 +1177,9 @@ DEFUN (no_ospf_area_vlink,
"no area <A.B.C.D|(0-4294967295)> virtual-link A.B.C.D [authentication [<message-digest|null>]] [<message-digest-key (1-255) md5 KEY|authentication-key AUTH_KEY>]",
NO_STR
VLINK_HELPSTR_IPADDR
- "Enable authentication on this virtual link\n" \
- "Use message-digest authentication\n" \
- "Use null authentication\n" \
+ "Enable authentication on this virtual link\n"
+ "Use message-digest authentication\n"
+ "Use null authentication\n"
VLINK_HELPSTR_AUTH_MD5
VLINK_HELPSTR_AUTH_SIMPLE)
{