app: fix usage help of options separated by dashes
authorThomas Monjalon <thomas@monjalon.net>
Mon, 20 Apr 2020 23:25:31 +0000 (01:25 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Sat, 25 Apr 2020 19:56:18 +0000 (21:56 +0200)
commita658775c57947a50847c1ca01d39de0b81400678
tree80382c5d277978b76757bcc8a47c08377fb0d96f
parent611faa5f46cc67449f272e14450fc6a0a275767d
app: fix usage help of options separated by dashes

The EAL options and app-specific options are separated
with double dashes.

The help of testpmd, test-acl and pdump were missing
the dashes after EAL options.
Note: testpmd was completely missing the EAL options.

Fixes: af75078fece3 ("first public release")
Fixes: 26c057ab6c45 ("acl: new test-acl application")
Fixes: b2854d5317e8 ("app/pdump: support multi-core capture")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
app/pdump/main.c
app/test-acl/main.c
app/test-pmd/parameters.c