mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Help command patch
This commit is contained in:
@@ -15,5 +15,5 @@ void cli_cmd_help(char *args) {
|
||||
cli_write(" COWSAY - cowsay <msg>\n");
|
||||
cli_write(" REBOOT - Reboot system\n");
|
||||
cli_write(" SHUTDOWN - Shutdown system\n");
|
||||
cli_write(" MEMINFO - Gives memory info");
|
||||
cli_write(" MEMINFO - Gives memory info\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user