summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2010-01-10 17:36:12 +0100
committerThomas Bächler <thomas@archlinux.org>2010-01-10 17:36:12 +0100
commita1d8b8d5ed63f78346ed4430c7fae3f4711f0782 (patch)
tree35b25a6bc198225cca944bf57bb727a95622c0f8 /install
parentb0ea7dad1c1f7697786ecd0e29c6d46f6e16a4db (diff)
downloadmkinitcpio-a1d8b8d5ed63f78346ed4430c7fae3f4711f0782.tar.gz
mkinitcpio-a1d8b8d5ed63f78346ed4430c7fae3f4711f0782.tar.xz
Make base hook help message more generic, remove klibc reference
Diffstat (limited to 'install')
-rw-r--r--install/base4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/base b/install/base
index 0972542..ff1be88 100644
--- a/install/base
+++ b/install/base
@@ -37,7 +37,7 @@ help ()
{
cat <<HELPEOF
This hook sets up all initial directories and installs base
- klibc utilities and libraries. DO NOT remove this one unless
- you know what you're doing.
+ utilities. DO NOT remove this one unless you know what you're
+ doing.
HELPEOF
}