mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Update AAXtoMP3
Corrected spelling in usage prompt
This commit is contained in:
parent
219255826b
commit
6ed19fcde2
2
AAXtoMP3
2
AAXtoMP3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user