Skip to content

Commit

Permalink
PrmPkg/PrmInfo: Drop -r parameter
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Ankit Sinha <[email protected]>
Signed-off-by: Michael Kubacki <[email protected]>
Reviewed-by: Ankit Sinha <[email protected]>
  • Loading branch information
makubacki authored and mergify[bot] committed Jan 22, 2024
1 parent 0b09397 commit 313f9f0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions PrmPkg/Application/PrmInfo/PrmInfoStrings.uni
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 313f9f0

Please sign in to comment.