summaryrefslogtreecommitdiffstats
path: root/bash-completion/chsh
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/chsh')
-rw-r--r--bash-completion/chsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/chsh b/bash-completion/chsh
index c0a194cf3..5b191e969 100644
--- a/bash-completion/chsh
+++ b/bash-completion/chsh
@@ -9,6 +9,9 @@ _chsh_module()
COMPREPLY=( $(compgen -W "$(chsh -l)" -- $cur) )
return 0
;;
+ '-u'|'--help'|'-v'|'--version')
+ return 0
+ ;;
esac
case $cur in
-*)