diff options
-rwxr-xr-x | make-macosx.sh | 1 |
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 |