summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni
diff options
context:
space:
mode:
authorhegdenag <nagaraj-p.hegde@hpe.com>2016-11-07 00:40:48 -0800
committerJaben Carsey <jaben.carsey@intel.com>2016-11-07 10:21:59 -0800
commitd66f85cb5eed5c218d822204897a78bab53fc157 (patch)
tree5b8bab9db70e52bc9019066542a98bd2b6022bc7 /ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni
parent2998af862469c6a05657e169d7def6f55420caad (diff)
downloadedk2-d66f85cb5eed5c218d822204897a78bab53fc157.tar.gz
edk2-d66f85cb5eed5c218d822204897a78bab53fc157.tar.bz2
edk2-d66f85cb5eed5c218d822204897a78bab53fc157.zip
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>
Diffstat (limited to 'ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni')
-rw-r--r--ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni2
1 files changed, 2 insertions, 0 deletions
diff --git a/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni b/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni
index 8f27e272d4..89e8e3746e 100644
--- a/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni
+++ b/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni
@@ -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"