[quake3-commits] r2398 - trunk
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Tue Jan 1 15:20:39 EST 2013
Author: zakk
Date: 2013-01-01 15:20:38 -0500 (Tue, 01 Jan 2013)
New Revision: 2398
Modified:
trunk/make-macosx.sh
Log:
Lets list all the valid options.
Modified: trunk/make-macosx.sh
===================================================================
--- trunk/make-macosx.sh 2013-01-01 18:41:25 UTC (rev 2397)
+++ trunk/make-macosx.sh 2013-01-01 20:20:38 UTC (rev 2398)
@@ -16,6 +16,7 @@
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
More information about the quake3-commits
mailing list