aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/flock1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash-completion/flock b/bash-completion/flock
index cb68245c89..5312167e06 100644
--- a/bash-completion/flock
+++ b/bash-completion/flock
@@ -33,6 +33,7 @@ _flock_module()
--close
--command
--no-fork
+ --fcntl
--help
--version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )