examples/nxlines/Kconfig: Correct nxlines example program name.

This commit is contained in:
Gregory Nutt 2019-10-19 14:39:19 -06:00
parent 1b2880ba46
commit 3e4db5cb40

View file

@ -15,7 +15,7 @@ if EXAMPLES_NXLINES
config EXAMPLES_NXLINES_PROGNAME
string "NX lines program name"
default "nxhello"
default "nxlines"
---help---
This is the name of the program that will be used when the NSH ELF
program is installed.