Updated readme for OPUS convertion, gitignore to ignore aax files in directory and output dir

This commit is contained in:
KrumpetPirate
2018-03-13 19:39:02 -05:00
parent 83e83d959f
commit 626bab226a
3 changed files with 5 additions and 3 deletions

View File

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