Rename "show interfaces" -> "show interface"
To line up with "show interface placement," recently added. Otherwise, "show int" refers only to "show interface placement," which tends to annoy the cash customers... Change-Id: Iea9e3681aeb051e2b0e1ecbf06706d98af9a3abf Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
@ -416,8 +416,8 @@ done:
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
VLIB_CLI_COMMAND (show_sw_interfaces_command, static) = {
|
||||
.path = "show interfaces",
|
||||
.short_help = "show interfaces [address|addr|features|feat] [<if-name1> <if-name2> ...]",
|
||||
.path = "show interface",
|
||||
.short_help = "show interface [address|addr|features|feat] [<if-name1> <if-name2> ...]",
|
||||
.function = show_sw_interfaces,
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
|
Reference in New Issue
Block a user