]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellTftpCommandLib/UefiShellTftpCommandLib.uni
ShellPkg/ShellLib: Constructor doesn't depend on ShellParameters
[mirror_edk2.git] / ShellPkg / Library / UefiShellTftpCommandLib / UefiShellTftpCommandLib.uni
index 33a8944504c3484ebaf53e9caed7c624b192a136..4f4447d67a510a48574ab383090925920978956d 100644 (file)
@@ -1,7 +1,7 @@
 // /**\r
 //\r
-// (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
-// Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved. <BR>\r
+// (C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR>\r
+// Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved. <BR>\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
 // which accompanies this distribution. The full text of the license may be found at\r
@@ -50,7 +50,7 @@
 ".SH SYNOPSIS\r\n"\r
 " \r\n"\r
 "TFTP [-i interface] [-l <port>] [-r <port>] [-c <retry count>] [-t <timeout>]\r\n"\r
-"     host remotefilepath [localfilepath]\r\n"\r
+"     [-s <block size>] host remotefilepath [localfilepath]\r\n"\r
 ".SH OPTIONS\r\n"\r
 " \r\n"\r
 "  -i interface     - Specifies an adapter name, i.e., eth0.\r\n"\r
@@ -61,6 +61,8 @@
 "                     wait for a response. The default value is 6.\r\n"\r
 "  -t <timeout>     - The number of seconds to wait for a response after\r\n"\r
 "                     sending a request packet. Default value is 4s.\r\n"\r
+"  -s <block size>  - Specifies the TFTP blksize option as defined in RFC 2348.\r\n"\r
+"                     Valid range is between 8 and 65464, default value is 512.\r\n"\r
 "  host             - Specify TFTP Server IPv4 address.\r\n"\r
 "  remotefilepath   - TFTP server file path to download the file.\r\n"\r
 "  localfilepath    - Local destination file path.\r\n"\r
 "     stored locally using the provided file path. If the local file path is\r\n"\r
 "     not specified, the file is stored in the current directory using the file\r\n"\r
 "     server's name.\r\n"\r
-"  2. Prior to invoke the TFTP command, the network interface intended to be\r\n"\r
-"     used to retrieve the file as to be configured. This configuration may be\r\n"\r
+"  2. Before using the TFTP command, the network interface intended to be\r\n"\r
+"     used to retrieve the file must be configured. This configuration may be\r\n"\r
 "     done by means of the 'ifconfig' command.\r\n"\r
 "  3. If a network interface is defined with the '-i' option then only this\r\n"\r
-"     interface is used to access to the remote file. Otherwise, all network\r\n"\r
+"     interface will be used to retrieve the remote file. Otherwise, all network\r\n"\r
 "     interfaces are tried in the order they have been discovered during the\r\n"\r
 "     DXE phase.\r\n"\r
 ".SH EXAMPLES\r\n"\r