diff options
author | Dave Barach <dave@barachs.net> | 2017-03-26 19:36:18 -0400 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2017-03-26 19:36:46 -0400 |
commit | 13ad1f02922858177915b1cb1450041d2e4d85de (patch) | |
tree | a33fe2339cd4e545960636921fc11d14a2d37ba9 /src/vnet/interface_cli.c | |
parent | de9571f04a48bf109ea2807a374ac5e05f29c8c1 (diff) |
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>
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 c1566551669..5640966cf2f 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* */ |