From 575c53dc41c01d17da03a873fd343ff68cabc855 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 7 Dec 2022 21:12:55 +0200 Subject: [PATCH] yt-wsp.sh : fix usage instruction + comment --- examples/yt-wsp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/yt-wsp.sh b/examples/yt-wsp.sh index 0e41b1c..784175c 100755 --- a/examples/yt-wsp.sh +++ b/examples/yt-wsp.sh @@ -2,7 +2,7 @@ # Small shell script to more easily automatically download and transcribe live stream VODs. # This uses YT-DLP, ffmpeg and the CPP version of Whisper: https://github.com/ggerganov/whisper.cpp -# Use `./transcribe-vod help` to print help info. +# Use `./yt-wsp help` to print help info. # MIT License @@ -43,7 +43,7 @@ cleanup() { } print_help() { - echo "Usage: ./transcribe-vod " + echo "Usage: ./yt-wsp " echo "See configurable env variables in the script" echo "This will produce an MP4 muxed file called res.mp4 in the working directory" echo "Requirements: ffmpeg yt-dlp whisper"