]> jfr.im git - yt-dlp.git/blobdiff - devscripts/zsh-completion.in
[cleanup] Fix misc bugs (#8968)
[yt-dlp.git] / devscripts / zsh-completion.in
index 2317f41df05f35f334a68afdc0aabf7a2ff26c9f..9117d339e03f4a153fef65cbe3d8c97a1eda5ec8 100644 (file)
@@ -1,6 +1,6 @@
-#compdef youtube-dlc
+#compdef yt-dlp
 
-__youtube_dlc() {
+__yt_dlp() {
     local curcontext="$curcontext" fileopts diropts cur prev
     typeset -A opt_args
     fileopts="{{fileopts}}"
@@ -27,4 +27,4 @@ __youtube_dlc() {
     esac
 }
 
-__youtube_dlc
\ No newline at end of file
+__yt_dlp
\ No newline at end of file