diff options
author | Matej Klotton <mklotton@cisco.com> | 2017-02-03 14:48:18 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-02-03 15:24:46 +0000 |
commit | e0cb0ccee10f1ce0e29c94acb3b4861f46c0879d (patch) | |
tree | 5f766172551bce0fc8b9fb60703cf04a97bf555f /src | |
parent | 5737d88fd969f6eb45ffc6da95aacb9cabbbb256 (diff) |
Fix CLI help message for set ip address
Change-Id: Ie39bb26a9aea88cf2768ec537adcdd8df1de3be0
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/ip/ip46_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <interface> [<ip-addr>/<mask> [del]] | [del all]", + .short_help = "set interface ip address [del] <interface> <ip-addr>/<mask> | [all]", }; /* *INDENT-ON* */ |