:orphan: .. title:: CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT .. kconfig:: CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT CONFIG_SHELL_HELP_ON_WRONG_ARGUMENT_COUNT ######################################### *Enable printing help on wrong argument count* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SHELL_HELP ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :kconfig:`SHELL_MINIMAL ` Kconfig definition ================== At ``/shell/Kconfig:170`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable help message .. code-block:: kconfig config SHELL_HELP_ON_WRONG_ARGUMENT_COUNT bool "Enable printing help on wrong argument count" default y if !SHELL_MINIMAL depends on SHELL_HELP && SHELL *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*