From 93340936d3f13a398eb2812ecf43020dfce0f4e6 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Fri, 12 Jan 2024 16:04:25 +0100 Subject: [PATCH] Update XTLDR help --- xtldr/textui.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xtldr/textui.c b/xtldr/textui.c index 938365b8..0ccfa962 100644 --- a/xtldr/textui.c +++ b/xtldr/textui.c @@ -212,7 +212,13 @@ BlDisplayBootMenu() L" \n" L"Press ENTER key to boot the highlighted boot menu entry.\n" L"Press 'e' key to edit the highlighted menu entry.\n" - L"Press 's' key to exit into XTLDR shell (advanced mode).\n"); + L"Press 's' key to exit into XTLDR shell (enters advanced mode).\n" + L" \n" + L"F1 shows this help, F11 reboots the machine and F12 turns it off.\n" + L" \n" + L" \n" + L"XTLDR is a part of the ExectOS Operating System.\n" + L"Visit https://exectos.eu.org/ for more information."); /* Break from boot menu event loop to redraw whole boot menu */ break;