vpp: fix .short_help for "ip virtual" 58/28258/1
authorPaul Vinciguerra <[email protected]>
Sun, 3 Nov 2019 14:50:15 +0000 (09:50 -0500)
committerAndrew Yourtchenko <[email protected]>
Wed, 12 Aug 2020 11:16:27 +0000 (11:16 +0000)
Type: fix

"# <feature-name>: <subject>

Change-Id: I8b6b6b8c70faec7cd95e1842259e907fb9587017
Signed-off-by: Paul Vinciguerra <[email protected]>
(cherry picked from commit 0812aea046209dc990ec704258570f46d3fa74c8)

src/vpp/app/vpe_cli.c

index e19c23d..fc623b1 100644 (file)
@@ -122,7 +122,7 @@ done:
 /* *INDENT-OFF* */
 VLIB_CLI_COMMAND (virtual_ip_cmd_fn_command, static) = {
   .path = "ip virtual",
-  .short_help = "ip virtual <addr> <interface> [mac <Mi>]+",
+  .short_help = "ip virtual <addr> <interface> [mac <Mi>]+ [next-hop <ip4_address>]+",
   .function = virtual_ip_cmd_fn_command_fn,
 };
 /* *INDENT-ON* */