Help command patch

This commit is contained in:
Chris 2026-02-05 13:41:15 +01:00
parent 35c951b728
commit a852075701
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -15,5 +15,5 @@ void cli_cmd_help(char *args) {
cli_write(" COWSAY - cowsay <msg>\n"); cli_write(" COWSAY - cowsay <msg>\n");
cli_write(" REBOOT - Reboot system\n"); cli_write(" REBOOT - Reboot system\n");
cli_write(" SHUTDOWN - Shutdown system\n"); cli_write(" SHUTDOWN - Shutdown system\n");
cli_write(" MEMINFO - Gives memory info"); cli_write(" MEMINFO - Gives memory info\n");
} }