浏览代码

[finsh] change comment "Disable the command echo mode or not in default" to "Disable the echo mode in default"

moebius.ever 7 年之前
父节点
当前提交
22bcdd4bdb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/finsh/Kconfig

+ 1 - 1
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