summaryrefslogtreecommitdiffstats
path: root/package/tcl/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-27 20:19:46 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-27 20:19:46 +0000
commitc463ef15891cb338d9bdf016527f413ef9d00b8b (patch)
tree592dd1c30b8b10eba2fe703ee3387726fbf73298 /package/tcl/Config.in
parenta80b2801c0a22a603dfa570427c9885dc04da4fe (diff)
downloadbuildroot-novena-c463ef15891cb338d9bdf016527f413ef9d00b8b.tar.gz
buildroot-novena-c463ef15891cb338d9bdf016527f413ef9d00b8b.zip
tcl: fix long help text lines
Diffstat (limited to 'package/tcl/Config.in')
-rw-r--r--package/tcl/Config.in12
1 files changed, 8 insertions, 4 deletions
diff --git a/package/tcl/Config.in b/package/tcl/Config.in
index e44a2b6a8..7a4d88711 100644
--- a/package/tcl/Config.in
+++ b/package/tcl/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_TCL
bool "tcl"
help
- TCL(Tool Command Language) is a simple textual language.
+ TCL (Tool Command Language) is a simple textual language.
http://www.tcl.tk
@@ -10,8 +10,10 @@ config BR2_PACKAGE_TCL_DEL_ENCODINGS
default y
depends on BR2_PACKAGE_TCL
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.
config BR2_PACKAGE_TCL_SHLIB_ONLY
@@ -19,5 +21,7 @@ config BR2_PACKAGE_TCL_SHLIB_ONLY
default y
depends on BR2_PACKAGE_TCL
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.