From 9722a44dc25ecbae8f4d8548c5245d12da3b3b2c Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Mon, 18 Mar 2024 21:33:06 +0200 Subject: [PATCH] Fix typo in help command --- core/panic/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/panic/ui.cpp b/core/panic/ui.cpp index 7608d10..38e8884 100644 --- a/core/panic/ui.cpp +++ b/core/panic/ui.cpp @@ -833,7 +833,7 @@ nsa void UserInput(char *Input) ExPrint("\eAAAAAA bitmap - Display the kernel's bitmap.\n"); ExPrint("\eCACACA mem - Display memory information.\n"); ExPrint("\eAAAAAA dump [addr] [len] - Dump [len] bytes from [addr].\n"); - ExPrint("\eCACACA diag - Collect diagnostic information.\n"); + ExPrint("\eCACACA diag - Collect diagnostic information.\n"); ExPrint("\eAAAAAA screen - Display the final output prior to system panic.\n"); } else if (strcmp(Input, "clear") == 0)