mirror of https://github.com/acidanthera/audk.git
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:
parent
c5c994c573
commit
528d74e615
|
@ -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,
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
#string STR_GEN_DIR_NF #language en-US "%H%s%N: Directory not found - '%H%s%N'\r\n"
|
||||
#string STR_GEN_FILE_NF #language en-US "%H%s%N: File not found - '%H%s%N'\r\n"
|
||||
#string STR_GEN_IS_DIR #language en-US "%H%s%N: '%H%s%N' is a directory\r\n"
|
||||
#string STR_GEN_SFO_HEADER #language en-US "ShellCommand,"%s"\r\n"
|
||||
#string STR_NO_SCRIPT #language en-US "The command '%H%s%N' is not allowed outside of a script\r\n"
|
||||
|
||||
#string STR_TYP_ERROR #language en-US "%H%s%N: Operation was not successful on '%H%s%N'\r\n"
|
||||
|
|
Loading…
Reference in New Issue