mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Lets list all the valid options.
This commit is contained in:
parent
b54c331d7d
commit
2d02694749
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue