From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from g4t3427.houston.hpe.com (g4t3427.houston.hpe.com [15.241.140.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4574F20945533 for ; Wed, 7 Jun 2017 23:39:51 -0700 (PDT) Received: from hegdenag.asiapacific.hpqcorp.net (unknown [15.213.58.96]) by g4t3427.houston.hpe.com (Postfix) with ESMTP id B03614F; Thu, 8 Jun 2017 06:40:55 +0000 (UTC) From: hegdenag To: edk2-devel@lists.01.org Cc: jaben.carsey@intel.com, sriram-s@hpe.com, ruiyu.ni@intel.com, jiaxin.wu@intel.com, siyuan.fu@intel.com Date: Thu, 8 Jun 2017 12:10:53 +0530 Message-Id: <20170608064053.21644-1-nagaraj-p.hegde@hpe.com> X-Mailer: git-send-email 2.13.0.windows.1 Subject: [PATCH v1 1/1] ShellPkg/ifconfig: Update help message X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2017 06:39:51 -0000 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 --- ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni b/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni index d9bbb209cd..d427dd209f 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" -- 2.13.0.windows.1