diff options
author | Thomas Bächler <thomas@archlinux.org> | 2010-01-10 17:36:12 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2010-01-10 17:36:12 +0100 |
commit | a1d8b8d5ed63f78346ed4430c7fae3f4711f0782 (patch) | |
tree | 35b25a6bc198225cca944bf57bb727a95622c0f8 | |
parent | b0ea7dad1c1f7697786ecd0e29c6d46f6e16a4db (diff) | |
download | mkinitcpio-a1d8b8d5ed63f78346ed4430c7fae3f4711f0782.tar.gz mkinitcpio-a1d8b8d5ed63f78346ed4430c7fae3f4711f0782.tar.xz |
Make base hook help message more generic, remove klibc reference
-rw-r--r-- | install/base | 4 |
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 } |