summaryrefslogtreecommitdiff
path: root/etc/completions/_fdupes
diff options
context:
space:
mode:
Diffstat (limited to 'etc/completions/_fdupes')
-rw-r--r--etc/completions/_fdupes2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completions/_fdupes b/etc/completions/_fdupes
index 49fe911..c3b0f8b 100644
--- a/etc/completions/_fdupes
+++ b/etc/completions/_fdupes
@@ -53,7 +53,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}