mirror of https://github.com/acidanthera/audk.git
ShellPkg/Ping6: Add a note in help for TargetIp
'Ping6 TargetIp' is a valid command input but we bail out when TargetIp is a link local address because we would want the user to specify the NIC (via SourceIp) through which he/she would want to ping to TargetIp. This patch updates the help text to mention the same. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hegde Nagaraj P <nagaraj-p.hegde@hpe.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
parent
2998af8624
commit
d66f85cb5e
|
@ -99,6 +99,8 @@
|
|||
" -n count Send request count, (default=10, min=1, max=10000).\r\n"
|
||||
" -s SourceIp Source IPv6 address.\r\n"
|
||||
" TargetIp Target IPv6 address.\r\n"
|
||||
"NOTES:\r\n"
|
||||
" 1. When TargetIp is a link local address, SourceIp needs to be specified.\r\n"
|
||||
".SH EXAMPLES\r\n"
|
||||
" \r\n"
|
||||
"Examples:\r\n"
|
||||
|
|
Loading…
Reference in New Issue