diff options
-rwxr-xr-x | yt-dlp-best | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/yt-dlp-best b/yt-dlp-best index 9b239f0..d4f3f9e 100755 --- a/yt-dlp-best +++ b/yt-dlp-best @@ -1,11 +1,10 @@ #!/usr/bin/env bash -USAGE="Fetches the best format of a YT video (ideally in mp4) -yt-dlp-best \"URL\" -" +USAGE="./yt-dlp-best \"URL\" + Fetches the best format of a YT video (ideally in mp4)" if [ $# -ne 1 ]; then - echo $USAGE + echo "$USAGE" exit 1 fi |