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 C326CA00C2 for ; Fri, 24 Apr 2020 11:18:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AF94D1C1E5; Fri, 24 Apr 2020 11:18:55 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id AC54C1C1E5; Fri, 24 Apr 2020 11:18:53 +0200 (CEST) IronPort-SDR: jAPGQKb29l/id2PGTKOVPee4JvdaTC6aM/6VcoBDtdWzeOdGjOCm1RdNNhH+ZZEUPiEICx5PDR DJg5PRirnSJw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2020 02:18:52 -0700 IronPort-SDR: sSbBKQYP3MjAEeuZr1b90AJ2hgIxvy173WMdfhGB5tbFkwRkZ1U8OwNvlN6C+4BK8Xellzrw65 88+UqIhRzFEw== X-IronPort-AV: E=Sophos;i="5.73,311,1583222400"; d="scan'208";a="430701856" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.36.26]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 24 Apr 2020 02:18:49 -0700 Date: Fri, 24 Apr 2020 10:18:45 +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: <20200424091845.GC1440@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