diff --git a/brewos.iso b/brewos.iso index e8c5df7..9919545 100644 Binary files a/brewos.iso and b/brewos.iso differ diff --git a/build/brewos.elf b/build/brewos.elf index 51e22cc..0d688ca 100755 Binary files a/build/brewos.elf and b/build/brewos.elf differ diff --git a/build/cli_apps/help.o b/build/cli_apps/help.o index 1cb6c80..5a6069a 100644 Binary files a/build/cli_apps/help.o and b/build/cli_apps/help.o differ diff --git a/iso_root/brewos.elf b/iso_root/brewos.elf index 51e22cc..0d688ca 100755 Binary files a/iso_root/brewos.elf and b/iso_root/brewos.elf differ diff --git a/src/kernel/cli_apps/help.c b/src/kernel/cli_apps/help.c index df67fb2..77cd82b 100644 --- a/src/kernel/cli_apps/help.c +++ b/src/kernel/cli_apps/help.c @@ -15,5 +15,5 @@ void cli_cmd_help(char *args) { cli_write(" COWSAY - cowsay \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"); }