fix
This commit is contained in:
parent
f4d3de8b85
commit
030a58e805
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -ex
|
||||||
|
|
||||||
if [ "$1" == "--help" ] || [[ -z "$1" ]]
|
if [ "$1" == "--help" ] || [[ -z "$1" ]]
|
||||||
then
|
then
|
||||||
echo "bash ./youtube-dl.sh URL PFAD FORMAT"
|
echo "bash ./youtube-dl.sh URL FORMAT"
|
||||||
echo "Formate: [opus/m4a/video/hd/fullhd/4k]"
|
echo "Formate: [opus/m4a/video/hd/fullhd/4k]"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue