From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D650895C8 for ; Wed, 3 Feb 2016 12:06:35 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 03 Feb 2016 03:06:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,389,1449561600"; d="scan'208";a="739738530" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 03 Feb 2016 03:06:34 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.102]) by irsmsx105.ger.corp.intel.com ([169.254.7.237]) with mapi id 14.03.0248.002; Wed, 3 Feb 2016 11:06:33 +0000 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: [PATCH] l2fwd_crypto: fix typo in command line help Thread-Index: AQHRXNTDM2Qlxf4LFEOFZdiFYibZY58aLB2w Date: Wed, 3 Feb 2016 11:06:33 +0000 Message-ID: References: <1454319667-149561-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1454319667-149561-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYWYwMjQ5NWQtMWU3My00NzU0LTlmMGEtYzFmYmRiNWNkYzIxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiejFQcWdBeng0alJxNHVEOUJxb01KdEtFaUhmbHpxTjN3emNuT004eTBXVT0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] l2fwd_crypto: fix typo in command line help X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 11:06:36 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, February 01, 2016 9:41 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] l2fwd_crypto: fix typo in command line help >=20 > Signed-off-by: Pablo de Lara > --- > examples/l2fwd-crypto/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/examples/l2fwd-crypto/main.c b/examples/l2fwd-crypto/main.c > index d70fc9a..ee935be 100644 > --- a/examples/l2fwd-crypto/main.c > +++ b/examples/l2fwd-crypto/main.c > @@ -667,7 +667,7 @@ l2fwd_crypto_usage(const char *prgname) > " --cipher_op ENCRYPT / DECRYPT\n" > " --cipher_key KEY\n" >=20 > - " --auth ALGO\n" > + " --auth_algo ALGO\n" > " --auth_op GENERATE / VERIFY\n" > " --auth_key KEY\n" >=20 > -- > 2.5.0 Nack. Will send another patchset with this fix included.