From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=jaben.carsey@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 4FD9221F2AF69 for ; Thu, 28 Sep 2017 11:27:12 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2017 11:30:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,450,1500966000"; d="scan'208";a="1200141460" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga001.fm.intel.com with ESMTP; 28 Sep 2017 11:30:02 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 28 Sep 2017 11:30:02 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.182]) by FMSMSX153.amr.corp.intel.com ([169.254.9.146]) with mapi id 14.03.0319.002; Thu, 28 Sep 2017 11:30:01 -0700 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 1/2] ShellPkg/dh: Correct typo in help Thread-Index: AQHTOH49kpVEoXoEkUmlJzV/9JGqhaLKnUSA Date: Thu, 28 Sep 2017 18:30:02 +0000 Message-ID: References: <20170928172123.152656-1-ruiyu.ni@intel.com> <20170928172123.152656-2-ruiyu.ni@intel.com> In-Reply-To: <20170928172123.152656-2-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzAyNjE1NzktZDU5Yy00ZWI0LWEwZjAtZWNlYjBhNDM0OWVhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlwveTZMTGxjaXZkenZaeDNYWlRUNHZCS1pUcXhUXC9cL3dIOFFPZjJNR0RXQmc9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [PATCH 1/2] ShellPkg/dh: Correct typo in help X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 18:27:12 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Ray, This text is taken directly from the shell spec. Do we need to fix that al= so? > -----Original Message----- > From: Ni, Ruiyu > Sent: Thursday, September 28, 2017 10:21 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben > Subject: [PATCH 1/2] ShellPkg/dh: Correct typo in help > Importance: High >=20 > Help message of "dh" gives an example to display all handles > with "Image" protocol but actually "LoadedImage" protocol should > be used. >=20 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Ruiyu Ni > Cc: Jaben Carsey > --- > .../UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.uni | = 4 > ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git > a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1Command > sLib.uni > b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1Comman > dsLib.uni > index e4bff68838..3804fa7d28 100644 > --- > a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1Command > sLib.uni > +++ > b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1Comman > dsLib.uni > @@ -401,9 +401,9 @@ > " * To display all handles with 'diskio' protocol:\r\n" > " Shell> dh -p diskio\r\n" > " \r\n" > -" * To display all handles with 'Image' protocol and break when the scr= een > is\r\n" > +" * To display all handles with 'LoadedImage' protocol and break when t= he > screen is\r\n" > " full:\r\n" > -" Shell> dh -p Image -b\r\n" > +" Shell> dh -p LoadedImage -b\r\n" > ".SH RETURNVALUES\r\n" > " \r\n" > "RETURN VALUES:\r\n" > -- > 2.12.2.windows.2