ShellPkg/UefiShellLevel2CommandsLib: Add helper for reset -fwui option
Following the UEFI Shell Specification revision 2.2, add helper for the '-fwui' option of the reset command. Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
This commit is contained in:
parent
694cc9f100
commit
e53cf2412a
|
@ -619,6 +619,8 @@
|
|||
" -w - Performs a warm boot.\r\n"
|
||||
" -c - Performs a cold boot.\r\n"
|
||||
" string - Describes a reason for the reset.\r\n"
|
||||
" -fwui - If the system firmware supports it, perform a reset back\r\n"
|
||||
" to the firmware user interface (FW UI)"
|
||||
".SH DESCRIPTION\r\n"
|
||||
" \r\n"
|
||||
"NOTES:\r\n"
|
||||
|
|
Loading…
Reference in New Issue