aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-04-04 15:20:53 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-04-04 15:20:53 +0000
commitdfd3e53333df7cee8c46bfb06d187d786bf6244c (patch)
treedb44581c2e9733d87a8974b43174c0b287aa1e28 /coreutils
parent392bf640747232ca1c24d554657699c214141317 (diff)
downloadbusybox-w32-dfd3e53333df7cee8c46bfb06d187d786bf6244c.tar.gz
busybox-w32-dfd3e53333df7cee8c46bfb06d187d786bf6244c.tar.bz2
busybox-w32-dfd3e53333df7cee8c46bfb06d187d786bf6244c.zip
Add more help text
git-svn-id: svn://busybox.net/trunk/busybox@6780 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index eb8b8c91e..7a4b9be4c 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -23,7 +23,8 @@ config CONFIG_CAT
23 bool "cat" 23 bool "cat"
24 default n 24 default n
25 help 25 help
26 Please submit a patch to add help text for this item. 26 cat is used to concatenate files and print them to the standard
27 output. Enable this option if you wish to enable the 'cat' utility.
27 28
28config CONFIG_CHGRP 29config CONFIG_CHGRP
29 bool "chgrp" 30 bool "chgrp"