From 22bcdd4bdb3d1463fc36bf1efdd52953f486ae98 Mon Sep 17 00:00:00 2001 From: "moebius.ever" Date: Fri, 23 Mar 2018 17:20:17 +0800 Subject: [PATCH] [finsh] change comment "Disable the command echo mode or not in default" to "Disable the echo mode in default" --- components/finsh/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/finsh/Kconfig b/components/finsh/Kconfig index ca36be227e..610db05eb6 100644 --- a/components/finsh/Kconfig +++ b/components/finsh/Kconfig @@ -27,7 +27,7 @@ config FINSH_USING_DESCRIPTION default y config FINSH_ECHO_DISABLE_DEFAULT - bool "Disable the command echo mode or not in default" + bool "Disable the echo mode in default" default n config FINSH_THREAD_PRIORITY