From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4F65E81FBA for ; Thu, 15 Dec 2016 08:49:06 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 15 Dec 2016 08:49:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,352,1477983600"; d="scan'208";a="1082278556" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 15 Dec 2016 08:49:05 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 15 Dec 2016 08:49:05 -0800 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.47]) by fmsmsx156.amr.corp.intel.com ([169.254.13.216]) with mapi id 14.03.0248.002; Thu, 15 Dec 2016 08:49:04 -0800 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: "Carsey, Jaben" Thread-Topic: [PATCH] ShellPkg/setvar: Correct typo in setvar help message Thread-Index: AQHSVqT736z12fAYCkylc62RwHsyHaEJOP7w Date: Thu, 15 Dec 2016 16:49:05 +0000 Message-ID: References: <20161215072917.202560-1-ruiyu.ni@intel.com> In-Reply-To: <20161215072917.202560-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.1.200.106] MIME-Version: 1.0 Subject: Re: [PATCH] ShellPkg/setvar: Correct typo in setvar help message X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2016 16:49:06 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey > -----Original Message----- > From: Ni, Ruiyu > Sent: Wednesday, December 14, 2016 11:29 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben > Subject: [PATCH] ShellPkg/setvar: Correct typo in setvar help message > Importance: High >=20 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ruiyu Ni > Cc: Jaben Carsey > --- > .../UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.uni | 6 > +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git > a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLi > b.uni > b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLi > b.uni > index bd1726b..06865a4 100644 > --- > a/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLi > b.uni > +++ > b/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLi > b.uni > @@ -813,9 +813,9 @@ > " 3. If =3D is not specified, then the current variable contents are di= splayed.\r\n" > " 4. If =3Ddata is specified, then the variable's value is changed to t= he value\r\n" > " specified by data.\r\n" > -" 5. -bs, -rt and -nv are only useful if the variable already exists.\r= \n" > -" 6. If the variable already exists and the attributes cannot be change= d,\r\n" > -" then -1 is returned. \r\n" > +" 5. -bs, -rt and -nv are only useful if the variable does not exist.\r= \n" > +" 6. If the variable already exists, the attributes cannot be changed, = and the" > +" flags will be ignored.\r\n" > ".SH RETURNVALUES\r\n" > " \r\n" > "RETURN VALUES:\r\n" > -- > 2.9.0.windows.1