diff --git a/archrelease b/archrelease
index 58cb3f077d3e0871c0ade0af88303da0169c0f6c..8ea718c6eb5f14e36ef2a63b94ef45384bc691ec 100755
--- a/archrelease
+++ b/archrelease
@@ -23,7 +23,7 @@ if [ ! -z "$(svn status -q)" ]; then
 	abort 'archrelease: You have not committed your changes yet!'
 fi
 
-echo -n 'releasing package...'
+echo -n "releasing package to ${1}..."
 pushd .. >/dev/null
 if [ -d "repos/${1}" ]; then
 	svn rm --force -q "repos/${1}"