diff --git a/releng.control/sendPromoteMail.sh b/releng.control/sendPromoteMail.sh index 4e8a690439710a3730580d7135fb044f950edc9e..56c50814679095627c284efc7b2763f9054966a7 100644 --- a/releng.control/sendPromoteMail.sh +++ b/releng.control/sendPromoteMail.sh @@ -9,13 +9,13 @@ fi TODIR=$2 if [ -z $TODIR ] then - echo "must provide TODIR name as first argumnet" + echo "must provide TODIR name as second argumnet" exit 8; fi DROPDIR=$3 if [ -z $DROPDIR ] then - echo "must provide DROPDIR name as first argumnet" + echo "must provide DROPDIR name as third argumnet" exit 7; fi