summaryrefslogtreecommitdiffstats
path: root/bash-completion/ul
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/ul')
-rw-r--r--bash-completion/ul3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/ul b/bash-completion/ul
index 07d073135..be3529df5 100644
--- a/bash-completion/ul
+++ b/bash-completion/ul
@@ -14,6 +14,9 @@ _ul_module()
COMPREPLY=( $(compgen -W "$TERM_LIST" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)