diff options
Diffstat (limited to 'etc/completions/_modprobe')
-rw-r--r-- | etc/completions/_modprobe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completions/_modprobe b/etc/completions/_modprobe index 4e9e6ed..a09986c 100644 --- a/etc/completions/_modprobe +++ b/etc/completions/_modprobe @@ -59,7 +59,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]} } function _modprobe_all_modules { |