From: Mohsin Kazmi Date: Thu, 26 Jan 2023 15:14:17 +0000 (+0000) Subject: interface: add the missing tag keyword in the cli helper X-Git-Tag: v23.10-rc0~180 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=88d9414e82e2106066047d58c5f0865f3df22ea3;p=vpp.git interface: add the missing tag keyword in the cli helper Type: style Signed-off-by: Mohsin Kazmi Change-Id: I6399ad2b0b30f94c6c51db1afc39f5e875dfaa67 --- 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, };