summaryrefslogtreecommitdiffstats
path: root/bash-completion/chsh
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/chsh')
-rw-r--r--bash-completion/chsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/chsh b/bash-completion/chsh
index 5b191e969..70641947c 100644
--- a/bash-completion/chsh
+++ b/bash-completion/chsh
@@ -15,7 +15,7 @@ _chsh_module()
esac
case $cur in
-*)
- OPTS="-s --shell -l --list-shells -V --version -u --help"
+ OPTS="--shell --list-shells --version --help"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;