summaryrefslogtreecommitdiffstats
path: root/PrmPkg
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2024-01-10 20:01:38 -0500
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-22 15:22:40 +0000
commit313f9f01552227138e08a7a7f44be48e5ba20a99 (patch)
tree825f69eea3425253cabd30e8fec09225b1a353d9 /PrmPkg
parent0b09397dfa0123b9a27c2c52fd2ddafd7a902137 (diff)
downloadedk2-313f9f01552227138e08a7a7f44be48e5ba20a99.tar.gz
edk2-313f9f01552227138e08a7a7f44be48e5ba20a99.tar.bz2
edk2-313f9f01552227138e08a7a7f44be48e5ba20a99.zip
PrmPkg/PrmInfo: Drop -r parameter
The "-r" parameter was not added to the application so remove it from the help string. The standards section is also updated to point to the current specification location on uefi.org. Cc: Nate DeSimone <nathaniel.l.desimone@intel.com> Cc: Ankit Sinha <ankit.sinha@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Ankit Sinha <ankit.sinha@intel.com>
Diffstat (limited to 'PrmPkg')
-rw-r--r--PrmPkg/Application/PrmInfo/PrmInfoStrings.uni10
1 files changed, 3 insertions, 7 deletions
diff --git a/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni b/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
index 9385fd8483..756cf97c7c 100644
--- a/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
+++ b/PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
@@ -61,7 +61,7 @@
"Display and test Platform Runtime Mechanism (PRM) modules.\r\n"
".SH SYNOPSIS\r\n"
"\r\n"
-"PRMINFO [[-?] | [-b] [-l] [-r] [-t (guid | all)]]\r\n"
+"PRMINFO [[-?] | [-b] [-l] [-t (guid | all)]]\r\n"
".SH OPTIONS\r\n"
" \r\n"
" -? - Show help.\r\n"
@@ -107,18 +107,14 @@
".SH STANDARDS\r\n"
" \r\n"
"STANDARDS:\r\n"
-" Platform Runtime Mechanism (PRM) is currently in a draft state and the\r\n"
-" specification is not yet publicly available. A reference to the publicly\r\n"
-" available document will replace this text when it is available.\r\n"
+" The Platform Runtime Mechanism (PRM) specification is available at:\r\n"
+" https://uefi.org/sites/default/files/resources/Platform%20Runtime%20Mechanism%20-%20with%20legal%20notice.pdf\r\n"
".SH EXAMPLES\r\n"
" \r\n"
"EXAMPLES:\r\n"
" * To display a list of the installed PRM modules and PRM handlers:\r\n"
" fs0:\> prminfo -l\r\n"
" \r\n"
-" * To validate the installed PRMT ACPI table:\r\n"
-" fs0:\> prminfo -r\r\n"
-" \r\n"
" * To call a PRM handler by GUID:\r\n"
" fs0:\> prminfo -t e1466081-7562-430f-896b-b0e523dc335a\r\n"
" \r\n"