Update AAXtoMP3

Corrected spelling in usage prompt
This commit is contained in:
thunder-hammer 2018-04-16 16:09:47 -06:00 committed by GitHub
parent 219255826b
commit 6ed19fcde2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ if ! [[ $(type -P "$GREP") ]]; then
fi fi
if [ "$#" -eq 0 ]; then if [ "$#" -eq 0 ]; then
echo "Usage: bash AXtoMP3 [--flac] [--aac] [--opus ] [--single] AUTHCODE {FILES}" echo "Usage: bash AAXtoMP3 [--flac] [--aac] [--opus ] [--single] AUTHCODE {FILES}"
echo " Note that order does matter!" echo " Note that order does matter!"
exit 1 exit 1
fi fi