mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-07-01 08:57:31 +02:00
Updated readme for OPUS convertion, gitignore to ignore aax files in directory and output dir
This commit is contained in:
4
AAXtoMP3
4
AAXtoMP3
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user