From 3e4db5cb40e5d7b11ec9c756a1709c821d6322ba Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 19 Oct 2019 14:39:19 -0600 Subject: [PATCH] examples/nxlines/Kconfig: Correct nxlines example program name. --- examples/nxlines/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nxlines/Kconfig b/examples/nxlines/Kconfig index 52297e43a..84373315d 100644 --- a/examples/nxlines/Kconfig +++ b/examples/nxlines/Kconfig @@ -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.