From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 5563A200 for ; Mon, 4 Dec 2017 20:21:28 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Dec 2017 11:21:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,361,1508828400"; d="scan'208";a="15292872" Received: from ar11-dell-r730-21.jf.intel.com ([10.166.189.23]) by orsmga002.jf.intel.com with ESMTP; 04 Dec 2017 11:21:26 -0800 From: Elza Mathew To: qabuild@intel.com Cc: stable@dpdk.org Date: Mon, 4 Dec 2017 05:12:36 -0800 Message-Id: <1512393156-127095-1-git-send-email-elza.mathew@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-stable] [PATCH] app/testpmd: add new line X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Dec 2017 19:21:28 -0000 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 --- 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