mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2025-07-01 00:47:31 +02:00
2
AAXtoMP3
2
AAXtoMP3
@ -47,7 +47,7 @@ while true; do
|
||||
-A | --authcode ) auth_code="$2"; shift 2 ;;
|
||||
# Extremely verbose output.
|
||||
-d | --debug ) DEBUG=1; shift ;;
|
||||
# Validate ONLY the aax file(s) No transcoding occures
|
||||
# Validate ONLY the aax file(s) No transcoding occurs
|
||||
-V | --validate ) VALIDATE=1; shift ;;
|
||||
# Command synopsis.
|
||||
-h | --help ) printf "$usage" $0 ; exit ;;
|
||||
|
Reference in New Issue
Block a user