summaryrefslogtreecommitdiffstats
path: root/bash-completion/lslocks
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/lslocks')
-rw-r--r--bash-completion/lslocks4
1 files changed, 3 insertions, 1 deletions
diff --git a/bash-completion/lslocks b/bash-completion/lslocks
index f55c17ecb..cde81b137 100644
--- a/bash-completion/lslocks
+++ b/bash-completion/lslocks
@@ -21,7 +21,9 @@ _lslocks_module()
COMPREPLY=( $(compgen -W "$OUTPUT" -S ',' -- $cur) )
return 0
;;
-
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)