/** @file
String definitions for the Shell Ping6 application.
Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#string STR_PING6_INVALID_INPUT #language en-US "%Ping6: Invalid input, please type 'Ping6 -?'for help\n"
#string STR_PING6_STAT #language en-US "\n%d packets transmitted, %d received, %d%% packet loss, time %dms\n"
"Usage: Ping6 [-l size] [-n count] [-s SourceIp] TargetIp\n"
" Use ESC and Ctrl+C to interrupt Ping6 process.\n"
"\n"
"Options:\n"
" -l size Send buffer size, in bytes(default=16, min=16, max=32768).\n"
" -n count Send request count, (default=10, min=1, max=10000).\n"
" -s SourceIp Source IPv6 address.\n"
" TargetIp Target IPv6 address.\n"
" -? Help document.\n"
"\n"
"Examples:\n"
" Ping6 -s 2002::1 2002::2 -l 1000 -n 5\n"
" Ping6 2002::2 -l 1000\n"