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)