Added another mention of arm64 to command line help

Another one caught by MaddTheSane
This commit is contained in:
Tom Kidd 2021-03-16 10:04:24 -05:00
parent 1fda818511
commit 3d357346fc
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ if [ "$2" != "" ]; then
echo " x86"
echo " x86_64"
echo " ppc"
echo " arm64"
echo
exit 1
fi