Fix typo in help command

This commit is contained in:
EnderIce2 2024-03-18 21:33:06 +02:00
parent c197383a74
commit 9722a44dc2
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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)