ShellPkg: Add missing header line for SFO flag in 'cls' command
Adding a missing header line for 'cls -sfo' command Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tapan Shah <tapandshah@hpe.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
@ -82,6 +82,7 @@ ShellCommandRunCls (
|
||||
} else {
|
||||
Background = (gST->ConOut->Mode->Attribute >> 4) & 0x7;
|
||||
Foreground = gST->ConOut->Mode->Attribute & 0x0F;
|
||||
ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_GEN_SFO_HEADER), gShellLevel3HiiHandle, L"cls");
|
||||
ShellPrintHiiEx (
|
||||
-1,
|
||||
-1,
|
||||
|
Reference in New Issue
Block a user