diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-05 11:55:53 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-05-05 11:55:53 +0000 |
commit | 4f7953cc3c9da5b19ae9995c45a7c943f66f01c5 (patch) | |
tree | efa8a34a9a4489e210e896665f9e6e50342a0aec | |
parent | 552b56dfd188d32a14a48ff1d81ee6ca05fc9834 (diff) | |
download | busybox-w32-4f7953cc3c9da5b19ae9995c45a7c943f66f01c5.tar.gz busybox-w32-4f7953cc3c9da5b19ae9995c45a7c943f66f01c5.tar.bz2 busybox-w32-4f7953cc3c9da5b19ae9995c45a7c943f66f01c5.zip |
- add helptext for CONFIG_UNIX2DOS
-rw-r--r-- | coreutils/Config.in | 3 |
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 | |||
184 | bool | 184 | bool |
185 | default y | 185 | default y |
186 | depends on CONFIG_DOS2UNIX | 186 | depends on CONFIG_DOS2UNIX |
187 | help | ||
188 | unix2dos is used to convert a text file from UNIX format to | ||
189 | DOS format, and vice versa. | ||
187 | 190 | ||
188 | config CONFIG_DU | 191 | config CONFIG_DU |
189 | bool "du (default blocksize of 512 bytes)" | 192 | bool "du (default blocksize of 512 bytes)" |