Fix CLI help message for set ip address 16/5016/2
authorMatej Klotton <mklotton@cisco.com>
Fri, 3 Feb 2017 13:48:18 +0000 (14:48 +0100)
committerNeale Ranns <nranns@cisco.com>
Fri, 3 Feb 2017 15:24:46 +0000 (15:24 +0000)
Change-Id: Ie39bb26a9aea88cf2768ec537adcdd8df1de3be0
Signed-off-by: Matej Klotton <mklotton@cisco.com>
src/vnet/ip/ip46_cli.c

index ce1ffa6..668c650 100644 (file)
@@ -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 <interface> [<ip-addr>/<mask> [del]] | [del all]",
+  .short_help = "set interface ip address [del] <interface> <ip-addr>/<mask> | [all]",
 };
 /* *INDENT-ON* */