user name completion for passwd was accidentally later replaced by group

name completion (duh)
This commit is contained in:
ianmacd 2002-02-13 18:25:22 +00:00
parent b312694b3e
commit acb9c52558

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05a # bash_completion - some programmable completion functions for bash 2.05a
# #
# $Id: bash_completion,v 1.111 2002/02/13 19:23:52 ianmacd Exp $ # $Id: bash_completion,v 1.112 2002/02/13 19:25:22 ianmacd Exp $
# #
# Copyright (C) Ian Macdonald <ian@caliban.org> # Copyright (C) Ian Macdonald <ian@caliban.org>
# #
@ -71,7 +71,7 @@ complete -A signal -P '-' kill
complete -u finger su usermod userdel passwd complete -u finger su usermod userdel passwd
# group commands see only groups # group commands see only groups
complete -g groupmod groupdel passwd complete -g groupmod groupdel
# bg completes with stopped jobs # bg completes with stopped jobs
complete -A stopped -P '%' bg complete -A stopped -P '%' bg
@ -79,8 +79,6 @@ complete -A stopped -P '%' bg
# other job commands # other job commands
complete -j -P '%' fg jobs disown complete -j -P '%' fg jobs disown
complete -F _known_hosts traceroute ping fping telnet host nslookup
# export and others complete with shell variables # export and others complete with shell variables
complete -v readonly unset complete -v readonly unset