From: Swarup Nayak Date: Wed, 6 Dec 2017 13:25:43 +0000 (+0530) Subject: Corrected help string of show ip punt X-Git-Tag: v18.04-rc0~99 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=a3611a70347d870ef4d657e010a1fe736a9fdd72 Corrected help string of show ip punt Change-Id: I32ec3ff341e70ceaa6203df5a9e7c3ffdae20a06 Signed-off-by: Swarup Nayak --- diff --git a/src/vnet/ip/ip4_punt_drop.c b/src/vnet/ip/ip4_punt_drop.c index 72f36f33560..ceb1bb8f251 100644 --- a/src/vnet/ip/ip4_punt_drop.c +++ b/src/vnet/ip/ip4_punt_drop.c @@ -501,7 +501,7 @@ VLIB_CLI_COMMAND (show_ip4_punt_redirect_command, static) = { .path = "show ip punt redirect", .function = ip4_punt_redirect_show_cmd, - .short_help = "show ip punt redirect [add|del] rx [|all] via [] ", + .short_help = "show ip punt redirect", .is_mp_safe = 1, }; /* *INDENT-ON* */ diff --git a/src/vnet/ip/ip6_punt_drop.c b/src/vnet/ip/ip6_punt_drop.c index a1f0ebe6901..4c4240ee7a3 100644 --- a/src/vnet/ip/ip6_punt_drop.c +++ b/src/vnet/ip/ip6_punt_drop.c @@ -382,7 +382,7 @@ VLIB_CLI_COMMAND (show_ip6_punt_redirect_command, static) = { .path = "show ip6 punt redirect", .function = ip6_punt_redirect_show_cmd, - .short_help = "show ip6 punt redirect [add|del] rx [|all] via [] ", + .short_help = "show ip6 punt redirect", .is_mp_safe = 1, }; /* *INDENT-ON* */