]> git.puffer.fish Git - matthieu/frr.git/commitdiff
bgpd: Fix typos in `show bgp evpn route type`
authorTrey Aspelund <taspelund@cumulusnetworks.com>
Tue, 10 Mar 2020 18:08:54 +0000 (14:08 -0400)
committerTrey Aspelund <taspelund@cumulusnetworks.com>
Tue, 14 Apr 2020 23:06:01 +0000 (19:06 -0400)
This fixes unnecessary whitespaces and makes capitalization
match for route type help strings.

Signed-off-by: Trey Aspelund <taspelund@cumulusnetworks.com>
bgpd/bgp_evpn_vty.c

index 769872f2e3bdaeaa880e88623a4ed6350fe0d8c3..993305ad96008dd09da12735089423b53f6fccf4 100644 (file)
@@ -4108,8 +4108,8 @@ DEFUN(show_bgp_l2vpn_evpn_route,
       "Specify Route type\n"
       "MAC-IP (Type-2) route\n"
       "Multicast (Type-3) route\n"
-      "Ethernet Segment (type-4) route \n"
-      "Prefix (type-5 )route\n"
+      "Ethernet Segment (Type-4) route\n"
+      "Prefix (Type-5) route\n"
       JSON_STR)
 {
        struct bgp *bgp;