]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManager.c
UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot prompt
[mirror_edk2.git] / UefiPayloadPkg / Library / PlatformBootManagerLib / PlatformBootManager.c
index 0eb577313ae14d3925615cc635102040f1c181c0..b360e29dfe32fa101c65df8f1e760303c7c4a70f 100644 (file)
@@ -263,15 +263,15 @@ PlatformBootManagerAfterConsole (
   if (FixedPcdGetBool (PcdBootManagerEscape)) {\r
     Print (\r
       L"\n"\r
-      L"Esc or Down      to enter Boot Manager Menu.\n"\r
-      L"ENTER           to boot directly.\n"\r
+      L"    Esc or Down      to enter Boot Manager Menu.\n"\r
+      L"    ENTER           to boot directly.\n"\r
       L"\n"\r
       );\r
   } else {\r
     Print (\r
       L"\n"\r
-      L"F2 or Down      to enter Boot Manager Menu.\n"\r
-      L"ENTER           to boot directly.\n"\r
+      L"    F2 or Down      to enter Boot Manager Menu.\n"\r
+      L"    ENTER           to boot directly.\n"\r
       L"\n"\r
       );\r
   }\r