lib: Fix extra doc string

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-07-15 14:15:13 -04:00
parent 646050e57a
commit 1667fc4097

View File

@ -1888,10 +1888,9 @@ DEFUN (show_mac_access_list_name,
show_mac_access_list_name_cmd,
"show mac access-list WORD",
SHOW_STR
"mac\n"
"mac access lists\n"
"List mac access lists\n"
"mac zebra access-list\n"
"mac address")
"mac address\n")
{
return filter_show(vty, argv[3]->arg, AFI_L2VPN);
}