Lets list all the valid options.

This commit is contained in:
Zachary Slater 2013-01-01 22:36:16 +00:00 committed by Tim Angus
parent b54c331d7d
commit 2d02694749

View file

@ -16,6 +16,7 @@ MPACKDIR=missionpack
if [ $# -ne 1 ]; then
echo "Usage: $0 target_architecture"
echo "Example: $0 i386"
echo "other valid options are x86_64 or ppc"
echo
echo "If you don't know or care about architectures please consider using make-macosx-ub.sh instead of this script."
exit 1