This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 241096a87b27c26f0ac593669dcad757c238924f Author: Matteo Golin <[email protected]> AuthorDate: Wed May 27 19:42:10 2026 -0400 apps/nxinit: Fix Kconfig typo Fix typo in help string. Signed-off-by: Matteo Golin <[email protected]> --- system/nxinit/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nxinit/Kconfig b/system/nxinit/Kconfig index 58d3c406e..fc2670312 100644 --- a/system/nxinit/Kconfig +++ b/system/nxinit/Kconfig @@ -77,7 +77,7 @@ config SYSTEM_NXINIT_ACTION_MANAGER_EVENT_MAX config SYSTEM_NXINIT_FINALINIT bool "Enable NXInit final event" default n - --help-- + ---help--- Enable support to run the "final" event. Currently only "boot", and "init" event are enabled by default, where "netinit" and "final" are optional.
