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

Signed-off-by: Lukas Fleischer <archli...@cryptocrack.de>
---
 archco |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/archco b/archco
index 3a153a7..31134f4 100755
--- a/archco
+++ b/archco
@@ -3,7 +3,7 @@
 scriptname=${0##*/}
 
 if [ "$1" = '' ]; then
-       echo 'Usage: '$scriptname' <package name> [<package name>]'
+       echo 'Usage: '$scriptname' <package name>...'
        exit 1
 fi
 
-- 
1.7.6

Reply via email to