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