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: v17.04-rc1~262 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F5016%2F2;p=vpp.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 ce1ffa6242b..668c650682f 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* */