[arch-projects] [devtools] [PATCH 2/3] archco: Fix usage message

Lukas Fleischer archlinux at cryptocrack.de
Fri Aug 19 02:52:21 EDT 2011


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

Signed-off-by: Lukas Fleischer <archlinux at 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



More information about the arch-projects mailing list