nuttx-apps/system/nxinit
Lup Yuen Lee 225e13b01d nxinit/Kconfig: Change --help-- to ---help---
PR https://github.com/apache/nuttx-apps/pull/3504 introduced a typo in nxinit/Kconfig: `--help--`. This PR changes it to `---help---` to fix this build error:
```
$ tools/configure.sh rv-virt:nsh
apps/system/nxinit/Kconfig:81: syntax error
apps/system/nxinit/Kconfig:80: unknown option "--help--"
```
https://github.com/lupyuen/nuttx-riscv64/actions/runs/26546602390/job/78199683651#step:5:162

Signed-off-by: Lup Yuen Lee <luppy@appkaki.com>
2026-05-28 09:30:27 +08:00
..
action.c system/nxinit: Warning for long commands 2026-05-27 17:20:07 -03:00
action.h system/nxinit: Warning for long commands 2026-05-27 17:20:07 -03:00
builtin.c system/nxinit: Add exec_start support for action 2026-05-27 17:20:07 -03:00
builtin.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
CMakeLists.txt system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
import.c system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
import.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
init.c system/nxinit: Add final event 2026-05-27 17:20:07 -03:00
init.h system/nxinit: Change LOG_DEBUG to LOG_USER 2026-05-27 17:20:07 -03:00
Kconfig nxinit/Kconfig: Change --help-- to ---help--- 2026-05-28 09:30:27 +08:00
Make.defs system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
Makefile system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
parser.c system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
parser.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
service.c system/nxinit: Let use a define to define the class max cmds 2026-05-27 17:20:07 -03:00
service.h system/nxinit: Let use a define to define the class max cmds 2026-05-27 17:20:07 -03:00