mbox series

[v5,0/3] cleanup exit and usage messages in apps

Message ID 20210405193325.1114795-1-thomas@monjalon.net (mailing list archive)
Headers
Series cleanup exit and usage messages in apps |

Message

Thomas Monjalon April 5, 2021, 7:33 p.m. UTC
  This series is a part of a bigger one split after v4:
        "improve options help"

v5: no change

Thomas Monjalon (3):
  app: fix exit messages
  app/regex: fix usage text
  app/testpmd: fix usage text

 .../comp_perf_options_parse.c                 |  2 +-
 app/test-crypto-perf/cperf_options_parsing.c  |  2 +-
 app/test-flow-perf/main.c                     | 59 +++++++++----------
 app/test-pmd/parameters.c                     | 39 ++++--------
 app/test-regex/main.c                         |  7 +--
 5 files changed, 43 insertions(+), 66 deletions(-)
  

Comments

David Marchand April 9, 2021, 12:31 p.m. UTC | #1
On Mon, Apr 5, 2021 at 9:33 PM Thomas Monjalon <thomas@monjalon.net> wrote:
>
> This series is a part of a bigger one split after v4:
>         "improve options help"
>
> v5: no change

Previous versions lgtm, hence for the series,
Acked-by: David Marchand <david.marchand@redhat.com>

Series applied, thanks.