summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_install
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_install')
-rw-r--r--Completion/Unix/Command/_install2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_install b/Completion/Unix/Command/_install
index 5ad84645e..364119961 100644
--- a/Completion/Unix/Command/_install
+++ b/Completion/Unix/Command/_install
@@ -106,7 +106,7 @@ case $state in
'a[symlinks use absolute path]'
'r[symlinks use relative path]'
)
- _values -S '' 'link flags' $tmp && ret=0
+ _values -S '' 'link flag' $tmp && ret=0
;;
esac