summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Slater <zachary@ioquake.org>2013-01-01 22:36:16 +0000
committerTim Angus <tim@ngus.net>2013-01-12 21:33:13 +0000
commitba5614ba0d484d6cc5cc1e327fe9065256e07dee (patch)
tree22258866943499f733c90668bfcda6529e99f9bb
parent7096b804a64db3e27e76d48e57e29b696696777d (diff)
Lets list all the valid options.
-rwxr-xr-xmake-macosx.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-macosx.sh b/make-macosx.sh
index c3d72eb8..d299035c 100755
--- a/make-macosx.sh
+++ b/make-macosx.sh
@@ -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