From 13ad1f02922858177915b1cb1450041d2e4d85de Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Sun, 26 Mar 2017 19:36:18 -0400 Subject: 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 --- src/vnet/devices/af_packet/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/devices/af_packet') diff --git a/src/vnet/devices/af_packet/cli.c b/src/vnet/devices/af_packet/cli.c index d4aa7016..44dc5179 100644 --- a/src/vnet/devices/af_packet/cli.c +++ b/src/vnet/devices/af_packet/cli.c @@ -113,7 +113,7 @@ done: * exist. Once created, a new host interface will exist in VPP * with the name 'host-', where '' * is the name of the specified veth pair. Use the - * 'show interfaces' command to display host interface details. + * 'show interface' command to display host interface details. * * This command has the following optional parameters: * -- cgit 1.2.3-korg