Merge pull request #55 from thunder-hammer/patch-1

Corrected usage spelling
This commit is contained in:
KrumpetPirate 2018-04-16 17:12:33 -05:00 committed by GitHub
commit 8887bee900
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