From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 54D671A1DF5 for ; Wed, 12 Oct 2016 14:08:45 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP; 12 Oct 2016 14:08:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,485,1473145200"; d="scan'208";a="1043879367" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 12 Oct 2016 14:08:44 -0700 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.167]) by FMSMSX105.amr.corp.intel.com ([169.254.4.150]) with mapi id 14.03.0248.002; Wed, 12 Oct 2016 14:08:44 -0700 From: "Carsey, Jaben" To: Thomas Palmer , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" , "joseph.shifflett@hpe.com" , "Carsey, Jaben" Thread-Topic: [PATCH] ShellPkg/UefiShellTftpCommandLib: Update TFTP help text Thread-Index: AQHSJMVFbS/tw4je50y9gDAoVajClKClUA0Q Date: Wed, 12 Oct 2016 21:08:43 +0000 Message-ID: References: <1476303274-5978-1-git-send-email-thomas.palmer@hpe.com> In-Reply-To: <1476303274-5978-1-git-send-email-thomas.palmer@hpe.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTk1NmEwNmQtNGQyOC00YTRmLThmZjMtYjdlZmZkMjE3Mzg5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdjMmVTSHN6T281RXljWVVcL2V5RFdkWDlLcE4yWnIyOXJ6VG5naWNGcDhVPSJ9 x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: [PATCH] ShellPkg/UefiShellTftpCommandLib: Update TFTP help text 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: Wed, 12 Oct 2016 21:08:45 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Jaben Carsey And pushed. > -----Original Message----- > From: Thomas Palmer [mailto:thomas.palmer@hpe.com] > Sent: Wednesday, October 12, 2016 1:15 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Carsey, Jaben > ; joseph.shifflett@hpe.com; Thomas Palmer > > Subject: [PATCH] ShellPkg/UefiShellTftpCommandLib: Update TFTP help text > Importance: High >=20 > Clear up some help text for the TFTP shell command >=20 > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Thomas Palmer > --- > .../Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.uni | 8 > ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >=20 > diff --git > a/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.uni > b/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.uni > index a16265c..4f4447d 100644 > --- > a/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.uni > +++ > b/ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.uni > @@ -1,6 +1,6 @@ > // /** > // > -// (C) Copyright 2015 Hewlett Packard Enterprise Development LP
> +// (C) Copyright 2015-2016 Hewlett Packard Enterprise Development > LP
> // Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved. > // This program and the accompanying materials > // are licensed and made available under the terms and conditions of the > BSD License > @@ -75,11 +75,11 @@ > " stored locally using the provided file path. If the local file pat= h is\r\n" > " not specified, the file is stored in the current directory using t= he file\r\n" > " server's name.\r\n" > -" 2. Prior to invoke the TFTP command, the network interface intended t= o > be\r\n" > -" used to retrieve the file as to be configured. This configuration = may > be\r\n" > +" 2. Before using the TFTP command, the network interface intended to > be\r\n" > +" used to retrieve the file must be configured. This configuration m= ay > be\r\n" > " done by means of the 'ifconfig' command.\r\n" > " 3. If a network interface is defined with the '-i' option then only t= his\r\n" > -" interface is used to access to the remote file. Otherwise, all > network\r\n" > +" interface will be used to retrieve the remote file. Otherwise, all > network\r\n" > " interfaces are tried in the order they have been discovered during > the\r\n" > " DXE phase.\r\n" > ".SH EXAMPLES\r\n" > -- > 2.7.4