Re: [dpdk-dev] [PATCH 10/11] app/regex: fix usage text

2021-03-09 Thread Ori Kam
Hi > -Original Message- > From: Thomas Monjalon > Subject: [PATCH 10/11] app/regex: fix usage text > > The usage syntax help includes the program name which was fake. > It is replaced with the real name from argv. > > Signed-off-by: Thomas Monjalon > --- > app/test-regex/main.c | 4 ++

[dpdk-dev] [PATCH 10/11] app/regex: fix usage text

2021-03-09 Thread Thomas Monjalon
The usage syntax help includes the program name which was fake. It is replaced with the real name from argv. Signed-off-by: Thomas Monjalon --- app/test-regex/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/test-regex/main.c b/app/test-regex/main.c index ba09b2