From e0cb0ccee10f1ce0e29c94acb3b4861f46c0879d Mon Sep 17 00:00:00 2001 From: Matej Klotton Date: Fri, 3 Feb 2017 14:48:18 +0100 Subject: Fix CLI help message for set ip address Change-Id: Ie39bb26a9aea88cf2768ec537adcdd8df1de3be0 Signed-off-by: Matej Klotton --- src/vnet/ip/ip46_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* */ -- cgit 1.2.3-korg