summaryrefslogtreecommitdiffstats
path: root/bash-completion/ldattach
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/ldattach')
-rw-r--r--bash-completion/ldattach3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/ldattach b/bash-completion/ldattach
index dc83dfcd3..a53329c63 100644
--- a/bash-completion/ldattach
+++ b/bash-completion/ldattach
@@ -20,6 +20,9 @@ _ldattach_module()
COMPREPLY=( $(compgen -W "$IFLAGS" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)