archco: Fix usage message

Point out that we allow passing more than two packages here.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
This commit is contained in:
Lukas Fleischer 2011-08-19 08:52:21 +02:00 committed by Pierre Schmitz
parent 35573fe147
commit 7887d9bb47
1 changed files with 1 additions and 1 deletions

2
archco
View File

@ -3,7 +3,7 @@
scriptname=${0##*/}
if [ "$1" = '' ]; then
echo 'Usage: '$scriptname' <package name> [<package name>]'
echo 'Usage: '$scriptname' <package name>...'
exit 1
fi