diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-24 09:23:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-24 09:23:11 +0000 |
commit | ab798b88d9818d22fafdb994cb064883ec56c956 (patch) | |
tree | f40b1c70426c3435576c462e4077ef6f5471ffd0 /package/coreutils | |
parent | 5d05aa8ed6989bcb5f7820f573cf834f28973445 (diff) | |
download | buildroot-novena-ab798b88d9818d22fafdb994cb064883ec56c956.tar.gz buildroot-novena-ab798b88d9818d22fafdb994cb064883ec56c956.zip |
merge help descriptions written by Tom Cameron
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/coreutils/Config.in b/package/coreutils/Config.in index ca130e971..738fab2f9 100644 --- a/package/coreutils/Config.in +++ b/package/coreutils/Config.in @@ -2,7 +2,9 @@ config BR2_PACKAGE_COREUTILS bool "coreutils" default n help - All of the basic file/text/shell utilities. + All of the basic file/text/shell utilities. These are the + core utilities which are expected to exist on every system. + Busybox implements many of the most common. Things like: - chmod, cp, dd, dir, ls, etc... |