diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-04-04 15:20:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-04-04 15:20:53 +0000 |
commit | 982da3e6b4e87d3789f1584739ff88ba28378ed5 (patch) | |
tree | db44581c2e9733d87a8974b43174c0b287aa1e28 | |
parent | 4762a481667b25876323650b2030dda4892c5329 (diff) |
Add more help text
-rw-r--r-- | coreutils/Config.in | 3 |
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 bool "cat" default n help - Please submit a patch to add help text for this item. + cat is used to concatenate files and print them to the standard + output. Enable this option if you wish to enable the 'cat' utility. config CONFIG_CHGRP bool "chgrp" |