patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Elza Mathew <elza.mathew@intel.com>
To: qabuild@intel.com
Cc: stable@dpdk.org
Subject: [dpdk-stable] [PATCH] app/testpmd: add new line
Date: Mon,  4 Dec 2017 05:12:36 -0800	[thread overview]
Message-ID: <1512393156-127095-1-git-send-email-elza.mathew@intel.com> (raw)

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

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

Signed-off-by: Elza Mathew <elza.mathew@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

                 reply	other threads:[~2017-12-04 19:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512393156-127095-1-git-send-email-elza.mathew@intel.com \
    --to=elza.mathew@intel.com \
    --cc=qabuild@intel.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).