app/testpmd: fix help string for port reset
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 23 Jul 2021 12:24:19 +0000 (13:24 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sat, 24 Jul 2021 09:06:07 +0000 (11:06 +0200)
commita2db845cccf4aaab428fbff613a94e8e86418d41
tree35e90e15fb2815a867b33578a03f22c43d464da0
parentc6ccd1e3922ac346333a52e584d6c9fa7a43f237
app/testpmd: fix help string for port reset

Command help string is missing 'reset' keyword,
although description has it. Adding it.

Fixes: 97f1e196799f ("app/testpmd: add port reset command")
Cc: stable@dpdk.org
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
app/test-pmd/cmdline.c