shell: add a missing space in the help message
The help message is missing a space between "auto-complete" and "all". Fix that. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
73562dc863
commit
38efc2d426
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ static int cmd_help(const struct shell *shell, size_t argc, char **argv)
|
|||
shell_fprintf(shell, SHELL_NORMAL,
|
||||
"Please press the <Tab> button to see all available commands.\n"
|
||||
"You can also use the <Tab> button to prompt or auto-complete"
|
||||
"all commands or its subcommands.\n"
|
||||
" all commands or its subcommands.\n"
|
||||
"You can try to call commands with <-h> or <--help> parameter"
|
||||
" for more information.\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue