X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fmfib%2Fmfib_types.c;h=8452d86f6c65fbbed7b2e5c5b3cdd92810bfb04d;hb=e0152461cbc84d6d4df3f05dddabe992c1c59052;hp=6d77c3d88d1ca3dfc7c90d3c209ec8610cbe2b67;hpb=32e1c010b0c34fd0984f7fc45fae648a182025c5;p=vpp.git diff --git a/src/vnet/mfib/mfib_types.c b/src/vnet/mfib/mfib_types.c index 6d77c3d88d1..8452d86f6c6 100644 --- a/src/vnet/mfib/mfib_types.c +++ b/src/vnet/mfib/mfib_types.c @@ -171,12 +171,12 @@ mfib_show_route_flags (vlib_main_t * vm, } /*? - * This command display the set of support flags applicable to the MFIB route + * This command displays the set of supported flags applicable to an MFIB route */ /* *INDENT-OFF* */ VLIB_CLI_COMMAND (mfib_route_flags_command, static) = { - .path = "sh mfib route flags", + .path = "show mfib route flags", .short_help = "Flags applicable to an MFIB route", .function = mfib_show_route_flags, .is_mp_safe = 1, @@ -200,12 +200,12 @@ mfib_show_itf_flags (vlib_main_t * vm, } /*? - * This command display the set of support flags applicable to the MFIB route + * This command displays the set of supported flags applicable to an MFIB interface */ /* *INDENT-OFF* */ VLIB_CLI_COMMAND (mfib_itf_flags_command, static) = { - .path = "sh mfib itf flags", + .path = "show mfib itf flags", .short_help = "Flags applicable to an MFIB interfaces", .function = mfib_show_itf_flags, .is_mp_safe = 1,