diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-08-19 08:52:21 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2011-08-25 10:59:00 +0200 |
commit | 7887d9bb4725946fc4fff546cccf7838fc27e04a (patch) | |
tree | 19fd1370d26a43b1a0e3d844cec1ab864d836a9d | |
parent | 35573fe147a76a90baf82a13f945daca184a2eda (diff) | |
download | devtools32-7887d9bb4725946fc4fff546cccf7838fc27e04a.tar.xz |
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>
-rwxr-xr-x | archco | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ scriptname=${0##*/} if [ "$1" = '' ]; then - echo 'Usage: '$scriptname' <package name> [<package name>]' + echo 'Usage: '$scriptname' <package name>...' exit 1 fi |