From 88d9414e82e2106066047d58c5f0865f3df22ea3 Mon Sep 17 00:00:00 2001 From: Mohsin Kazmi Date: Thu, 26 Jan 2023 15:14:17 +0000 Subject: [PATCH] interface: add the missing tag keyword in the cli helper Type: style Signed-off-by: Mohsin Kazmi Change-Id: I6399ad2b0b30f94c6c51db1afc39f5e875dfaa67 --- src/vnet/interface_cli.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vnet/interface_cli.c b/src/vnet/interface_cli.c index e5122c8551f..627af6f2b0d 100644 --- a/src/vnet/interface_cli.c +++ b/src/vnet/interface_cli.c @@ -517,7 +517,8 @@ done: /* *INDENT-OFF* */ VLIB_CLI_COMMAND (show_sw_interfaces_command, static) = { .path = "show interface", - .short_help = "show interface [address|addr|features|feat|vtr] [ [ [..]]] [verbose]", + .short_help = "show interface [address|addr|features|feat|vtr|tag] " + "[ [ [..]]] [verbose]", .function = show_sw_interfaces, .is_mp_safe = 1, }; -- 2.16.6