aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-05 11:55:53 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-05 11:55:53 +0000
commit4f7953cc3c9da5b19ae9995c45a7c943f66f01c5 (patch)
treeefa8a34a9a4489e210e896665f9e6e50342a0aec /coreutils
parent552b56dfd188d32a14a48ff1d81ee6ca05fc9834 (diff)
downloadbusybox-4f7953cc3c9da5b19ae9995c45a7c943f66f01c5.tar.gz
- add helptext for CONFIG_UNIX2DOS
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 6841ec96d..d0ac000d3 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -184,6 +184,9 @@ config CONFIG_UNIX2DOS
bool
default y
depends on CONFIG_DOS2UNIX
+ help
+ unix2dos is used to convert a text file from UNIX format to
+ DOS format, and vice versa.
config CONFIG_DU
bool "du (default blocksize of 512 bytes)"