aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion/chfn
diff options
context:
space:
mode:
Diffstat (limited to 'bash-completion/chfn')
-rw-r--r--bash-completion/chfn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/chfn b/bash-completion/chfn
index 01139e8ba1..1ca0f729fa 100644
--- a/bash-completion/chfn
+++ b/bash-completion/chfn
@@ -11,7 +11,7 @@ _chfn_module()
esac
case $cur in
-*)
- OPTS="-f --full-name -o --office -p --office-phone -h --home-phone -u --help -v --version"
+ OPTS="--full-name --office --office-phone --home-phone --help --version"
COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
return 0
;;