]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
ShellPkg: Update ping command options to sync with Spec
[mirror_edk2.git] / ShellPkg / Library / UefiShellNetwork1CommandsLib / UefiShellNetwork1CommandsLib.uni
index bc6acac0c12a59a21bbf46fdb2129c9cd71c7152..7d6f2da30161c53a45e7b4c5863efe5be9c2eaad 100644 (file)
@@ -1,7 +1,7 @@
 // /**\r
 //\r
 // (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P.<BR>\r
-// Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved. <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
 #string STR_IFCONFIG_INFO_IP_ADDR_BODY        #language en-US    "%d.%d.%d.%d\n"\r
 \r
 #string STR_GET_HELP_PING         #language en-US ""\r
-".TH ping 0 "Pings the target host with an IPv4 or IPv6 stack."\r\n"\r
+".TH ping 0 "Ping the target host with an IPv4 stack."\r\n"\r
 ".SH NAME\r\n"\r
-"Pings the target host with an IPv4 or IPv6 stack.\r\n"\r
+"Ping the target host with an IPv4 stack.\r\n"\r
 ".SH SYNOPSIS\r\n"\r
 " \r\n"\r
-"PING [-_ip6] [-_s SourceIp] [-n count] [-l size] TargetIp\r\n"\r
+"PING [-n count] [-l size] [-s SourceIp] TargetIp\r\n"\r
 ".SH OPTIONS\r\n"\r
 " \r\n"\r
 "  -n       - Specifies the number of echo request datagrams to be sent.\r\n"\r
 "  -l       - Specifies the size of the data buffer in the echo request datagram.\r\n"\r
-"  -_ip6    - Specifies the IPv6 stack usage mode (Default is IPv4 stack).\r\n"\r
-"  -_s      - Specifies the source adapter as IPv4 or IPv6 address.\r\n"\r
-"  SourceIp - Specifies the IPv4 or IPv6 address of the source machine.\r\n"\r
-"  TargetIp - Specifies the IPv4 or IPv6 address of the target machine.\r\n"\r
+"  -s       - Specifies the source adapter as IPv4 address.\r\n"\r
+"  SourceIp - Specifies the IPv4 address of the source machine.\r\n"\r
+"  TargetIp - Specifies the IPv4 address of the target machine.\r\n"\r
 ".SH DESCRIPTION\r\n"\r
 " \r\n"\r
 "NOTES:\r\n"\r
-"  1. This command uses the ICMPv4 or ICMPv6 ECHO_REQUEST datagram to elicit an\r\n"\r
+"  1. This command uses the ICMPv4 ECHO_REQUEST datagram to elicit an\r\n"\r
 "     ECHO_REPLY from a host.\r\n"\r
 ".SH EXAMPLES\r\n"\r
 " \r\n"\r
 "    fs0:\> ping -n 20 202.120.100.1\r\n"\r
 " \r\n"\r
 "  * To ping the target host by specifying the source adapter as IPv4 address:\r\n"\r
-"    fs0:\> ping -_s 202.120.100.12 202.120.100.1\r\n"\r
-" \r\n"\r
-"  * To ping the target host by specifying the IPv6 stack usage mode:\r\n"\r
-"    fs0:\> ping -_ip6 2000:bbbb::8\r\n"\r
+"    fs0:\> ping -s 202.120.100.12 202.120.100.1\r\n"\r
 ".SH RETURNVALUES\r\n"\r
 " \r\n"\r
 "RETURN VALUES:\r\n"\r