diff --git a/subsys/shell/shell_cmds.c b/subsys/shell/shell_cmds.c index 139253e64a0..03b324b91d7 100644 --- a/subsys/shell/shell_cmds.c +++ b/subsys/shell/shell_cmds.c @@ -44,6 +44,7 @@ "command to be selected, it must meet the criteria:\n" \ " - it is a static command\n" \ " - it is not preceded by a dynamic command\n" \ + " - it accepts arguments\n" \ "Return to the main command tree is done by pressing alt+r." #define SHELL_HELP_SHELL "Useful, not Unix-like shell commands."