beautification

This commit is contained in:
Cody Cook 2019-05-30 23:37:01 -07:00
parent 1861518022
commit 7bb48886d8

View file

@ -79,10 +79,10 @@ while getopts d:p:fnhkq OPT; do
echo "[help] -k, keep the original ts file"
echo "[help] -q, disable output from ffmpeg (default: info)"
echo "[help] -p, custom path to scan recursively (default: $WORKPATH)"
exit 0;;
exit 0 ;;
k)
echo "[debug] keeping the original file"
keepsource="1";;
keepsource="1" ;;
n)
force="-n"
echo "[debug] not overwriting existing files " ;;
@ -138,7 +138,7 @@ if [[ "$filelist" ]]; then
fi
done
else
echo "[info] no files found."
echo "[info] no files found."
fi
IFS=$SAVEIFS