summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
diff options
context:
space:
mode:
authorhegdenag <nagaraj-p.hegde@hpe.com>2017-06-08 14:40:53 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2017-06-09 10:51:40 +0800
commitc1f4b86ba786cc9cbe5c88a05abc9bf0554b1cc8 (patch)
tree137cd48450d2e4918761af10b1f331b674e7e663 /ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
parent752234768eee79c3e9b32b9a2d134148ecaa635a (diff)
downloadedk2-c1f4b86ba786cc9cbe5c88a05abc9bf0554b1cc8.tar.gz
edk2-c1f4b86ba786cc9cbe5c88a05abc9bf0554b1cc8.tar.bz2
edk2-c1f4b86ba786cc9cbe5c88a05abc9bf0554b1cc8.zip
ShellPkg/ifconfig: Update help message
Couple of instances had IP4 mentioned, instead of IPv4. Changing all to IPv4 to maintain consistency. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hegde Nagaraj P <nagaraj-p.hegde@hpe.com> Reviewed-by: Tapan Shah <tapandshah@hpe.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni')
-rw-r--r--ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
index d9bbb209cd..edadcc5b99 100644
--- a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
+++ b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
@@ -150,13 +150,13 @@
".SH DESCRIPTION\r\n"
" \r\n"
"NOTES:\r\n"
-" 1. This command modifies the default IP address for the UEFI IP4\r\n"
+" 1. This command modifies the default IP address for the UEFI IPv4\r\n"
" network stack.\r\n"
" 2. Use '-r' to renew configuration of interface and set dhcp policy.\r\n"
" 3. Use '-l' to list the DNS and other address related settings for all\r\n"
" interfaces or the specified interface.\r\n"
" 4. Use '-s <Name> static <IP> <SubnetMask> <GatewayMask>' with \r\n"
-" static IP4 address configuration for specified interface.\r\n"
+" static IPv4 address configuration for specified interface.\r\n"
" 5. Use '-s <Name> dhcp' for DHCP4 to request the IP4 address\r\n"
" configuration dynamically for specified interface.\r\n"
" 6. Use '-s <Name> dns <IP>' must under manual policy.\r\n"