From: Matej Klotton Date: Fri, 3 Feb 2017 13:48:18 +0000 (+0100) Subject: Fix CLI help message for set ip address X-Git-Tag: odp_vpp~646 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=e0cb0ccee10f1ce0e29c94acb3b4861f46c0879d;p=odp4vpp.git Fix CLI help message for set ip address Change-Id: Ie39bb26a9aea88cf2768ec537adcdd8df1de3be0 Signed-off-by: Matej Klotton --- diff --git a/src/vnet/ip/ip46_cli.c b/src/vnet/ip/ip46_cli.c index ce1ffa62..668c6506 100644 --- a/src/vnet/ip/ip46_cli.c +++ b/src/vnet/ip/ip46_cli.c @@ -214,7 +214,7 @@ done: VLIB_CLI_COMMAND (set_interface_ip_address_command, static) = { .path = "set interface ip address", .function = add_del_ip_address, - .short_help = "set interface ip address [/ [del]] | [del all]", + .short_help = "set interface ip address [del] / | [all]", }; /* *INDENT-ON* */