From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0CC27A0598 for ; Tue, 21 Apr 2020 12:25:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9445E1D977; Tue, 21 Apr 2020 12:25:58 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 261701C08C; Tue, 21 Apr 2020 12:25:55 +0200 (CEST) IronPort-SDR: x0UrcRs5UOeu2IjTuHkVnqUnyL036QwUBP0zehmQSFKRx+MfvaQn3/LeR48bUO1xFM/m92gvxx DCPE7Zoy2iJg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2020 03:25:55 -0700 IronPort-SDR: xD/Cwe8Sf1Dwkli2urHUehCePQj05KUx024SOIBZLAsazYciKZ5XpTvQsoTb07yu7XeJSBc9U9 beEaWKAlVkeg== X-IronPort-AV: E=Sophos;i="5.72,410,1580803200"; d="scan'208";a="429484330" Received: from bricha3-mobl.ger.corp.intel.com ([10.249.45.44]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 21 Apr 2020 03:25:52 -0700 Date: Tue, 21 Apr 2020 11:25:48 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org, vipin.varghese@intel.com, stable@dpdk.org, Reshma Pattan , Konstantin Ananyev , Wenzhuo Lu , Jingjing Wu , Bernard Iremonger , Pablo de Lara Guarch Message-ID: <20200421102548.GA1729@bricha3-MOBL.ger.corp.intel.com> References: <20200420232532.1736187-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200420232532.1736187-1-thomas@monjalon.net> Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] app: fix usage help of options separated by dashes 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, Apr 21, 2020 at 01:25:31AM +0200, Thomas Monjalon wrote: > The EAL options and app-specific options are separated > with double dashes. > > The help of testpmd, test-acl and pdump were missing > the dashes after EAL options. > Note: testpmd was completely missing the EAL options. > > Fixes: af75078fece3 ("first public release") > Fixes: 26c057ab6c45 ("acl: new test-acl application") > Fixes: b2854d5317e8 ("app/pdump: support multi-core capture") > Cc: vipin.varghese@intel.com > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon > --- Acked-by: Bruce Richardson