浏览代码

tcl: fix long help text lines

Peter Korsgaard 17 年之前
父节点
当前提交
c463ef1589
共有 1 个文件被更改,包括 8 次插入4 次删除
  1. 8 4
      package/tcl/Config.in

+ 8 - 4
package/tcl/Config.in

@@ -1,7 +1,7 @@
 config BR2_PACKAGE_TCL
 config BR2_PACKAGE_TCL
 	bool "tcl"
 	bool "tcl"
 	help
 	help
-	  TCL(Tool Command Language) is a simple textual language.
+	  TCL (Tool Command Language) is a simple textual language.
 
 
 	  http://www.tcl.tk
 	  http://www.tcl.tk
 
 
@@ -10,8 +10,10 @@ config BR2_PACKAGE_TCL_DEL_ENCODINGS
 	default y
 	default y
 	depends on BR2_PACKAGE_TCL
 	depends on BR2_PACKAGE_TCL
 	help
 	help
-	  Delete encoding files for TCL. If your programs do not use various tcl
-	  character recoding functions, you may safely choose Y here.
+	  Delete encoding files for TCL. If your programs do not use
+	  various tcl character recoding functions, you may safely
+	  choose Y here.
+
 	  It saves approx. 1.4 Mb of space.
 	  It saves approx. 1.4 Mb of space.
 
 
 config BR2_PACKAGE_TCL_SHLIB_ONLY
 config BR2_PACKAGE_TCL_SHLIB_ONLY
@@ -19,5 +21,7 @@ config BR2_PACKAGE_TCL_SHLIB_ONLY
 	default y
 	default y
 	depends on BR2_PACKAGE_TCL
 	depends on BR2_PACKAGE_TCL
 	help
 	help
-	  Install only TCL shared library and not binary tcl interpreter(tclsh8.4).
+	  Install only TCL shared library and not binary tcl
+	  interpreter(tclsh8.4).
+
 	  Saves ~14kb.
 	  Saves ~14kb.