diff options
Diffstat (limited to 'bash-completion/chfn')
| -rw-r--r-- | bash-completion/chfn | 2 |
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 ;; |
