[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3345: Update the error if no arguments are supplied. (vidalia/trunk/pkg/osx)
Author: phobos
Date: 2008-11-23 20:18:34 -0500 (Sun, 23 Nov 2008)
New Revision: 3345
Modified:
vidalia/trunk/pkg/osx/builddmg.sh.in
Log:
Update the error if no arguments are supplied.
Modified: vidalia/trunk/pkg/osx/builddmg.sh.in
===================================================================
--- vidalia/trunk/pkg/osx/builddmg.sh.in 2008-11-24 01:04:48 UTC (rev 3344)
+++ vidalia/trunk/pkg/osx/builddmg.sh.in 2008-11-24 01:18:34 UTC (rev 3345)
@@ -14,7 +14,7 @@
# Make sure enough arguments were supplied
if [ "$#" -eq 0 ]; then
- echo "Usage: $0 <srcdir> <files to include> <vidalia or bundle> <tor-version>"
+ echo "This is normally called by package.sh in the pkg dir."
exit 1
fi