From b2c3f15f84262c537197a86409335a8751fb3f6b Mon Sep 17 00:00:00 2001 From: Pavel Shirshov Date: Sun, 29 Oct 2017 23:56:36 -0700 Subject: [PATCH] app/testpmd: fix a typo in a command description Fixes: 26faac80327f ("app/testpmd: unify help strings") Cc: stable@dpdk.org Signed-off-by: Pavel Shirshov Reviewed-by: Ferruh Yigit --- app/test-pmd/cmdline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 3b691fe0a6..e5c42b88e3 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -10211,7 +10211,7 @@ cmdline_parse_inst_t cmd_add_del_ip_flow_director = { "ipv6-other|ipv6-frag|ipv6-tcp|ipv6-udp|ipv6-sctp|" "l2_payload src dst tos " "proto ttl vlan " - "flexbytes drop|fw queue " + "flexbytes drop|fw queue " "fd_id : " "Add or delete an ip flow director entry on NIC", .tokens = { -- 2.20.1