From 6ed19fcde2fb9f63d38d0587e8177833f805b002 Mon Sep 17 00:00:00 2001 From: thunder-hammer Date: Mon, 16 Apr 2018 16:09:47 -0600 Subject: [PATCH] Update AAXtoMP3 Corrected spelling in usage prompt --- AAXtoMP3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index 7e52bb3..3fa4de7 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -18,7 +18,7 @@ if ! [[ $(type -P "$GREP") ]]; then fi 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!" exit 1 fi