]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/Application/Ping6/Ping6Strings.uni
NetworkPkg: Support print help information using -? command.
[mirror_edk2.git] / NetworkPkg / Application / Ping6 / Ping6Strings.uni
CommitLineData
b55fecfe
JJ
1/** @file\r
2 String definitions for the Shell Ping6 application.\r
3\r
be6cd654 4 Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
b55fecfe
JJ
5\r
6 This program and the accompanying materials\r
7 are licensed and made available under the terms and conditions of the BSD License\r
8 which accompanies this distribution. The full text of the license may be found at\r
9 http://opensource.org/licenses/bsd-license.php.\r
10\r
11 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#langdef en-US "English"\r
17\r
18#string STR_PING6_INVALID_IP #language en-US "%Ping6: Invalid IP6 address, %s\n"\r
19#string STR_PING6_INVALID_INPUT #language en-US "%Ping6: Invalid input, please type 'Ping6 -?'for help\n"\r
20#string STR_PING6_INVALID_SEND_NUMBER #language en-US "%Ping6: Invalid send number, %s\n"\r
21#string STR_PING6_INVALID_BUFFER_SIZE #language en-US "%Ping6: Invalid buffer size, %s\n"\r
22#string STR_PING6_INVALID_SOURCE #language en-US "%Ping6: Require source interface option\n"\r
23#string STR_PING6_IP6_CONFIG #language en-US "%Ping6: Ip6->Config %r\n"\r
24#string STR_PING6_IP6_GETMODE #language en-US "%Ping6: Ip6->GetModeData %r\n"\r
25#string STR_PING6_IP6CFG_GETDATA #language en-US "%Ping6: Ip6Config->GetData %r\n"\r
26#string STR_PING6_SEND_REQUEST #language en-US "Echo request sequence %d fails.\n"\r
27#string STR_PING6_SOURCE_NOT_FOUND #language en-US "Source %s not found.\n"\r
28#string STR_PING6_NOSOURCE_INDOMAIN #language en-US "No sources in %s's multicast domain.\n"\r
29#string STR_PING6_START #language en-US "Ping %s %d data bytes\n\n"\r
30#string STR_PING6_TIMEOUT #language en-US "Echo request sequence %d timeout.\n"\r
31#string STR_PING6_REPLY_INFO #language en-US "%d bytes from %s : icmp_seq=%d ttl=%d time%c%dms\n"\r
32#string STR_PING6_STAT #language en-US "\n%d packets transmitted, %d received, %d%% packet loss, time %dms\n"\r
33#string STR_PING6_RTT #language en-US "\nRtt(round trip time) min=%dms max=%dms avg=%dms\n"\r
34#string STR_PING6_LINE_HELP #language en-US "Ping a target machine with UEFI IPv6 network stack"\r
be6cd654
ZL
35\r
36#string STR_PING6_HELP #language en-US ""\r
37".TH Ping6 0 "Ping a target machine with UEFI IPv6 network stack."\r\n"\r
38".SH NAME\r\n"\r
39"Ping a target machine with UEFI IPv6 network stack.\r\n"\r
40".SH SYNOPSIS\r\n"\r
41" \r\n"\r
42"Ping6 [-l size] [-n count] [-s SourceIp] TargetIp\r\n"\r
43".SH OPTIONS\r\n"\r
44" \r\n"\r
45" -l size Send buffer size, in bytes(default=16, min=16, max=32768).\r\n"\r
46" -n count Send request count, (default=10, min=1, max=10000).\r\n"\r
47" -s SourceIp Source IPv6 address.\r\n"\r
48" TargetIp Target IPv6 address.\r\n"\r
49".SH EXAMPLES\r\n"\r
50" \r\n"\r
51"Examples:\r\n"\r
52" Ping6 -s 2002::1 2002::2 -l 1000 -n 5\r\n"\r
53" Ping6 2002::2 -l 1000\r\n"\r