]> jfr.im git - yt-dlp.git/blobdiff - devscripts/bash-completion.in
[misc] Cleanup (#9765)
[yt-dlp.git] / devscripts / bash-completion.in
index 1bf41f2ccf9f576bfdcd6d521869e00b452107c4..21f52798ed203d94918da08c0899c8728e8b6192 100644 (file)
@@ -1,4 +1,4 @@
-__youtube_dlc()
+__yt_dlp()
 {
     local cur prev opts fileopts diropts keywords
     COMPREPLY=()
@@ -26,4 +26,4 @@ __youtube_dlc()
     fi
 }
 
-complete -F __youtube_dlc youtube-dlc
+complete -F __yt_dlp yt-dlp