From 7e1689503246154635bdfc485a71270f3c7bcf48 Mon Sep 17 00:00:00 2001 From: Shengwen Cheng Date: Sun, 12 May 2024 15:19:45 +0800 Subject: [PATCH] Adjust shell prompt message --- user/tasks/shell_task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/tasks/shell_task.c b/user/tasks/shell_task.c index 2992305f..1e118b3b 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);