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 1ab25673c5
commit f68fc6fa6f

View file

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