summaryrefslogtreecommitdiff
path: root/etc/completions/_youtube-dl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/completions/_youtube-dl')
-rw-r--r--etc/completions/_youtube-dl2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completions/_youtube-dl b/etc/completions/_youtube-dl
index c0daef2..98fa6e3 100644
--- a/etc/completions/_youtube-dl
+++ b/etc/completions/_youtube-dl
@@ -61,7 +61,7 @@ arguments=(
for arg in ${(k)argument_pairs}; {
arguments+='(--'${arg}')-'${argument_pairs[$arg]}${argument_postfix[$arg]}
- arguments+='(-'${argument_pairs[$arg]}[1]')--'${arg}${argument_postfix[$arg]}
+ arguments+='(-'${${argument_pairs[$arg]}[1]}')--'${arg}${argument_postfix[$arg]}
}
_arguments -s ${arguments}