sh not show in the mfib flags commands 20/4920/1
authorNeale Ranns <nranns@cisco.com>
Sat, 28 Jan 2017 10:37:08 +0000 (02:37 -0800)
committerNeale Ranns <nranns@cisco.com>
Sat, 28 Jan 2017 10:37:08 +0000 (02:37 -0800)
Change-Id: If10b878cb05d695eaed9416202fd19bed2e0b793
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/mfib/mfib_types.c

index 6d77c3d..68b1ac5 100644 (file)
@@ -176,7 +176,7 @@ mfib_show_route_flags (vlib_main_t * vm,
 /* *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,
@@ -205,7 +205,7 @@ mfib_show_itf_flags (vlib_main_t * vm,
 /* *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,