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 static ' with \r\n" -" static IP4 address configuration for specified interface.\r\n" +" static IPv4 address configuration for specified interface.\r\n" " 5. Use '-s dhcp' for DHCP4 to request the IP4 address\r\n" " configuration dynamically for specified interface.\r\n" " 6. Use '-s dns ' must under manual policy.\r\n"