summaryrefslogtreecommitdiffstats
path: root/bash-completion/flock
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/flock')
-rw-r--r--bash-completion/flock3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/flock b/bash-completion/flock
index cfa9b660b..3f094e37d 100644
--- a/bash-completion/flock
+++ b/bash-completion/flock
@@ -18,6 +18,9 @@ _flock_module()
COMPREPLY=( $(compgen -c -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)