Skip to content

Commit

Permalink
Adjust shell prompt message
Browse files Browse the repository at this point in the history
  • Loading branch information
shengwen-tw committed May 12, 2024
1 parent aae913c commit 7e16895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/tasks/shell_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7e16895

Please sign in to comment.