This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d14f4eaa apps/nshlib: Never disable HELP and ?
8d14f4eaa is described below

commit 8d14f4eaacc679a44158c23288c408ba36f6ffec
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Tue Apr 2 15:35:08 2024 -0300

    apps/nshlib: Never disable HELP and ?
---
 nshlib/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nshlib/Kconfig b/nshlib/Kconfig
index 40fdceea1..2a183068a 100644
--- a/nshlib/Kconfig
+++ b/nshlib/Kconfig
@@ -406,7 +406,7 @@ config NSH_DISABLE_GET
 
 config NSH_DISABLE_HELP
        bool "Disable help"
-       default DEFAULT_SMALL
+       default n
 
 config NSH_DISABLE_ERROR_PRINT
        bool "Disable NSH Error Printing"

Reply via email to