shell: update select command help message

Added information that a command must accept arguments to be selected.

Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordisemi.no>
This commit is contained in:
Jakub Rzeszutko 2020-07-30 11:48:26 +02:00 committed by Carles Cufí
commit 5aaac4b72e

View file

@ -44,6 +44,7 @@
"command to be selected, it must meet the criteria:\n" \ "command to be selected, it must meet the criteria:\n" \
" - it is a static command\n" \ " - it is a static command\n" \
" - it is not preceded by a dynamic 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." "Return to the main command tree is done by pressing alt+r."
#define SHELL_HELP_SHELL "Useful, not Unix-like shell commands." #define SHELL_HELP_SHELL "Useful, not Unix-like shell commands."