Skip to content

Commit

Permalink
ospfd: remove redundant line continuations
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
  • Loading branch information
idryzhov committed Jul 20, 2020
1 parent 67ce4ba commit 7e5ee52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ospfd/ospf_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 7e5ee52

Please sign in to comment.