summaryrefslogtreecommitdiffstats
path: root/bash-completion/su
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/su')
-rw-r--r--bash-completion/su3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/su b/bash-completion/su
index c72f6a10b..dbd3d2f68 100644
--- a/bash-completion/su
+++ b/bash-completion/su
@@ -17,6 +17,9 @@ _su_module()
COMPREPLY=( $(compgen -W "$(chsh -l)" -- $cur) )
return 0
;;
+ '-h'|'--help'|'-V'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)