diff options
author | Dave Barach <dave@barachs.net> | 2017-03-26 19:36:18 -0400 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2017-03-30 15:03:55 -0400 |
commit | f6fc6b674ddff19cbcbeb32433157d1ea0fe8acd (patch) | |
tree | aad9f5784533dbb131ba3b33b6fbccba69f59566 /src/vnet/interface_cli.c | |
parent | 5d2495d550b220e706b90ff5b42bc8c435be205c (diff) |
vpp-678: 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>
(cherry picked from commit 13ad1f02922858177915b1cb1450041d2e4d85de)
Diffstat (limited to 'src/vnet/interface_cli.c')
-rw-r--r-- | src/vnet/interface_cli.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/interface_cli.c b/src/vnet/interface_cli.c index 4d8e213d4ce..b17072af5aa 100644 --- a/src/vnet/interface_cli.c +++ b/src/vnet/interface_cli.c @@ -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* */ |