Re: [dpdk-dev] [PATCH] app: fix usage help of options separated by dashes

2020-04-24 Thread Bruce Richardson
On Tue, Apr 21, 2020 at 01:25:31AM +0200, Thomas Monjalon wrote: > 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. > > Fixe

Re: [dpdk-dev] [PATCH] app: fix usage help of options separated by dashes

2020-04-21 Thread Bruce Richardson
On Tue, Apr 21, 2020 at 01:25:31AM +0200, Thomas Monjalon wrote: > 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. > > Fixe

[dpdk-dev] [PATCH] app: fix usage help of options separated by dashes

2020-04-20 Thread Thomas Monjalon
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