Author: jfrederic.clere(a)jboss.com
Date: 2007-09-03 04:38:36 -0400 (Mon, 03 Sep 2007)
New Revision: 968
Modified:
trunk/build/unix/build.sh
Log:
Add a usage error message.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2007-09-03 08:31:47 UTC (rev 967)
+++ trunk/build/unix/build.sh 2007-09-03 08:38:36 UTC (rev 968)
@@ -69,6 +69,7 @@
;;
*)
echo "Parameter $1 not supported"
+ echo "Usage build.sh [-ssl|-cache|-static] [version] [package_name]"
exit 1
;;
esac