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:
Tapan Shah
2016-12-09 01:21:11 +08:00
committed by Ruiyu Ni
parent c5c994c573
commit 528d74e615
2 changed files with 2 additions and 0 deletions

View File

@ -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,