From a3611a70347d870ef4d657e010a1fe736a9fdd72 Mon Sep 17 00:00:00 2001 From: Swarup Nayak Date: Wed, 6 Dec 2017 18:55:43 +0530 Subject: Corrected help string of show ip punt Change-Id: I32ec3ff341e70ceaa6203df5a9e7c3ffdae20a06 Signed-off-by: Swarup Nayak --- src/vnet/ip/ip6_punt_drop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/ip/ip6_punt_drop.c') 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* */ -- cgit 1.2.3-korg