tunnel key set parameters includes also dest UDP port, add it to the usage.
Fixes: 449c709c3868 ("tc/m_tunnel_key: Add dest UDP port to tunnel key action") Signed-off-by: Hadar Hen Zion <had...@mellanox.com> Reported-by: Simon Horman <simon.hor...@netronome.com> --- tc/m_tunnel_key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc/m_tunnel_key.c b/tc/m_tunnel_key.c index 58a3042..3ceec1c 100644 --- a/tc/m_tunnel_key.c +++ b/tc/m_tunnel_key.c @@ -22,7 +22,7 @@ static void explain(void) { fprintf(stderr, "Usage: tunnel_key unset\n"); - fprintf(stderr, " tunnel_key set id TUNNELID src_ip IP dst_ip IP\n"); + fprintf(stderr, " tunnel_key set id TUNNELID src_ip IP dst_ip IP dst_port UDP_PORT\n"); } static void usage(void) -- 1.8.3.1