]> git.puffer.fish Git - mirror/frr.git/commitdiff
ospfd: remove redundant line continuations 6776/head
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 20 Jul 2020 15:09:34 +0000 (18:09 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 20 Jul 2020 15:18:03 +0000 (18:18 +0300)
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ospfd/ospf_vty.c

index 08736b555f4e59f21bd2bde789e2ae8885f95d3e..e8cc50c8d040cf0f99cc431e342209b3d1f593b7 100644 (file)
@@ -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)
 {