:orphan: .. title:: SHELL_HELP .. option:: CONFIG_SHELL_HELP *Enable help message* Type: ``bool`` Help ==== Enables formatting help message when requested with '-h' or '--help'. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:111`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` Menu path: (Top) → Sub Systems and OS Services → Shell .. parsed-literal:: config SHELL_HELP bool "Enable help message" default y depends on \ :option:`SHELL ` help Enables formatting help message when requested with '-h' or '--help'. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*