-
CONFIG_SHELL_HELP
¶
Enable help message
Type: bool
Help¶
Enables formatting help message when requested with ‘-h’ or ‘–help’.
Default¶
y
Kconfig definition¶
At subsys/shell/Kconfig:111
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:41
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_HELP
bool "Enable help message"
default y
depends on SHELL
help
Enables formatting help message when requested with '-h' or '--help'.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)