Bugzilla: 3773 (https://bugzilla.tianocore.org/show_bug.cgi?id=3773)

Amend the help string to explain the use of the validator option.

Signed-off-by: Chris Jones <christopher.jo...@arm.com>
---
 ShellPkg/Application/AcpiViewApp/AcpiViewApp.uni                             | 
18 +++++++++---------
 ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni | 
20 ++++++++++----------
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/ShellPkg/Application/AcpiViewApp/AcpiViewApp.uni 
b/ShellPkg/Application/AcpiViewApp/AcpiViewApp.uni
index 
c56f21084356d193eededaec7662731a24b1de01..c296601ae7508f92f2520e9877c124325d045485
 100644
--- a/ShellPkg/Application/AcpiViewApp/AcpiViewApp.uni
+++ b/ShellPkg/Application/AcpiViewApp/AcpiViewApp.uni
@@ -16,7 +16,7 @@
 "Display ACPI Table information.\r\n"
 ".SH SYNOPSIS\r\n"
 " \r\n"
-"ACPIVIEWAPP.EFI [[-?] | [[[[-l] | [-s AcpiTable [-d]]] [-q] [-h]] [-r 
Spec]]]\r\n"
+"ACPIVIEWAPP.EFI [[-?] | [[[[-l] | [-s AcpiTable [-d]]] [-q] [-h]] [-r 
ValidatorId]]]\r\n"
 " \r\n"
 ".SH OPTIONS\r\n"
 " \r\n"
@@ -27,12 +27,12 @@
 "  -d - Generate a binary file dump of the specified AcpiTable.\r\n"
 "  -q - Quiet. Suppress errors and warnings. Disables consistency checks.\r\n"
 "  -h - Enable colour highlighting.\r\n"
-"  -r - Validate that all required ACPI tables are installed\r\n"
-"         Spec  : Specification to validate against.\r\n"
-"                 For Arm, the possible values are:\r\n"
-"                   0 - Server Base Boot Requirements v1.0\r\n"
-"                   1 - Server Base Boot Requirements v1.1\r\n"
-"                   2 - Server Base Boot Requirements v1.2\r\n"
+"  -r - Run the specified validator\r\n"
+"         ValidatorId : Validator/Validations to run.\r\n"
+"                        For Arm validations, the possible values are:\r\n"
+"                           0 - Server Base Boot Requirements v1.0\r\n"
+"                           1 - Server Base Boot Requirements v1.1\r\n"
+"                           2 - Server Base Boot Requirements v1.2\r\n"
 "  -? - Show help.\r\n"
 " \r\n"
 ".SH DESCRIPTION\r\n"
@@ -110,8 +110,8 @@
 "  * To display contents of all ACPI tables:\r\n"
 "    fs0:\> acpiviewapp.efi\r\n"
 " \r\n"
-"  * To check if all Server Base Boot Requirements (SBBR) v1.2 mandatory\r\n"
-"    ACPI tables are installed (Arm only):\r\n"
+"  * To check if all Server Base Boot Requirements (SBBR) v1.2 are met\r\n"
+"    (Arm only):\r\n"
 "    fs0:\> acpiviewapp.efi -r 2\r\n"
 " \r\n"
 ".SH RETURNVALUES\r\n"
diff --git 
a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni 
b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni
index 
393110e0ee98d54b3be0309c2d297a121c258570..c82caa83cf903376103a59b4e48895a84419dca3
 100644
--- 
a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni
+++ 
b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.uni
@@ -1,6 +1,6 @@
 // /**
 //
-// Copyright (c) 2016 - 2020, Arm Limited. All rights reserved.<BR>
+// Copyright (c) 2016 - 2021, Arm Limited. All rights reserved.<BR>
 // SPDX-License-Identifier: BSD-2-Clause-Patent
 //
 // Module Name:
@@ -30,7 +30,7 @@
 "Display ACPI Table information.\r\n"
 ".SH SYNOPSIS\r\n"
 " \r\n"
-"ACPIVIEW [[-?] | [[[[-l] | [-s AcpiTable [-d]]] [-q] [-h]] [-r Spec]]]\r\n"
+"ACPIVIEW [[-?] | [[[[-l] | [-s AcpiTable [-d]]] [-q] [-h]] [-r 
ValidatorId]]]\r\n"
 " \r\n"
 ".SH OPTIONS\r\n"
 " \r\n"
@@ -41,12 +41,12 @@
 "  -d - Generate a binary file dump of the specified AcpiTable.\r\n"
 "  -q - Quiet. Suppress errors and warnings. Disables consistency checks.\r\n"
 "  -h - Enable colour highlighting.\r\n"
-"  -r - Validate that all required ACPI tables are installed\r\n"
-"         Spec  : Specification to validate against.\r\n"
-"                 For Arm, the possible values are:\r\n"
-"                   0 - Server Base Boot Requirements v1.0\r\n"
-"                   1 - Server Base Boot Requirements v1.1\r\n"
-"                   2 - Server Base Boot Requirements v1.2\r\n"
+"  -r - Run the specified validator\r\n"
+"         ValidatorId : Validator/Validations to run.\r\n"
+"                        For Arm validations, the possible values are:\r\n"
+"                           0 - Server Base Boot Requirements v1.0\r\n"
+"                           1 - Server Base Boot Requirements v1.1\r\n"
+"                           2 - Server Base Boot Requirements v1.2\r\n"
 "  -? - Show help.\r\n"
 " \r\n"
 ".SH DESCRIPTION\r\n"
@@ -126,8 +126,8 @@
 "  * To display contents of all ACPI tables:\r\n"
 "    fs0:\> acpiview\r\n"
 " \r\n"
-"  * To check if all Server Base Boot Requirements (SBBR) v1.2 mandatory\r\n"
-"    ACPI tables are installed (Arm only):\r\n"
+"  * To check if all Server Base Boot Requirements (SBBR) v1.2 are met\r\n"
+"    (Arm only):\r\n"
 "    fs0:\> acpiview -r 2\r\n"
 " \r\n"
 ".SH RETURNVALUES\r\n"
-- 
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#84922): https://edk2.groups.io/g/devel/message/84922
Mute This Topic: https://groups.io/mt/87748603/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to