diff --git a/user/tasks/shell_task.c b/user/tasks/shell_task.c index 2992305..1e118b3 100644 --- a/user/tasks/shell_task.c +++ b/user/tasks/shell_task.c @@ -34,7 +34,7 @@ void shell_task(void) autocompl); shell_serial_init(); - shell_puts("type `help' for help\n\r"); + shell_puts("type `help' for more information\n\r"); while (1) { getcwd(shell_path, PATH_MAX);