[dpdk-stable] [PATCH] app/testpmd: add new line

Elza Mathew elza.mathew at intel.com
Mon Dec 4 14:12:36 CET 2017


Added a missing empty line between two different
commands in the help output.

Fixes: a4fd5eeeadc0 ("app/testpmd: refine xstats show")
Cc: stable at dpdk.org

Signed-off-by: Elza Mathew <elza.mathew at intel.com>
---
 app/test-pmd/cmdline.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c
index f71d963..548cf82 100644
--- a/app/test-pmd/cmdline.c
+++ b/app/test-pmd/cmdline.c
@@ -528,7 +528,7 @@ static void cmd_help_long_parsed(void *parsed_result,
 
 			"set xstats-hide-zero on|off\n"
 			"    Set the option to hide the zero values"
-			" for xstats display.\n"
+			" for xstats display.\n\n"
 
 			"set port (port_id) vf (vf_id) rx|tx on|off\n"
 			"    Enable/Disable a VF receive/tranmit from a port\n\n"
-- 
1.9.1



More information about the stable mailing list