summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorTobias Powalowski <tpowa@archlinux.org>2006-05-07 15:43:02 +0200
committerTobias Powalowski <tpowa@archlinux.org>2006-05-07 15:43:02 +0200
commit2bae03669246c3709aa14e93d6c7f8d5b7ad94d1 (patch)
tree393376d80d6f4b85859f33ae9e0d8dc10e6cd2a4 /install
parentc65948fcdfca6da75f42615959660c2293c907c4 (diff)
downloadmkinitcpio-2bae03669246c3709aa14e93d6c7f8d5b7ad94d1.tar.gz
mkinitcpio-2bae03669246c3709aa14e93d6c7f8d5b7ad94d1.tar.xz
'fixed help message'
git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@80 880c04e9-e011-0410-abf7-b926e227c9cd
Diffstat (limited to 'install')
-rw-r--r--install/net2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/net b/install/net
index 268865b..5411555 100644
--- a/install/net
+++ b/install/net
@@ -15,6 +15,6 @@ cat<<HELPEOF
This hook loads the necessary modules for a network device.
Detection will take place at runtime. To minimize the modules
in the image, add the autodetect hook too.
- For pcmcia net devices please use pcmcia hook.
+ For pcmcia net devices please use pcmcia hook too.
HELPEOF
}