From ba5614ba0d484d6cc5cc1e327fe9065256e07dee Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Tue, 1 Jan 2013 22:36:16 +0000 Subject: Lets list all the valid options. --- make-macosx.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit