From 1727d10be388f2f5eec1caa631e6890042f5aa53 Mon Sep 17 00:00:00 2001 From: upuv Date: Sat, 26 May 2018 16:23:12 +1000 Subject: [PATCH] Fixed usage string --- AAXtoMP3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AAXtoMP3 b/AAXtoMP3 index ed965ae..26bf58b 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -5,7 +5,7 @@ # Command Line Options # Usage Synopsis. -usage=$'\nUsage: AAXtoMP3.sh [--flac] [--aac] [--opus ] [--single] [--chaptered]\n[-e:m4a] [-e:m4b] [--authcode ] [--output_dir ] {FILES}\n' +usage=$'\nUsage: AAXtoMP3 [--flac] [--aac] [--opus ] [--single] [--chaptered]\n[-e:m4a] [-e:m4b] [--authcode ] [--output_dir ] {FILES}\n' codec=libmp3lame # Default encoder. extension=mp3 # Default encoder extention. mode=chaptered # Multi file output @@ -282,7 +282,6 @@ do duration=$(echo "${end} - ${start%?}" | bc) echo "#EXTINF:${duration%.*},${title} - ${chapter}" >> "${playlist_file}" echo "${chapter_title}.${container}" >> "${playlist_file}" - echo "${container} ${chapter_title}.${container}" chapternum=$((chapternum + 1 )) # ----