htop: Get user names directly with compgen -u.

This commit is contained in:
Igor Murzov 2011-12-20 18:24:09 +04:00
parent f17f31057f
commit 08a2264c82

View File

@ -11,7 +11,7 @@ _htop()
return
;;
-u|--user)
_usergroup
COMPREPLY=( $( compgen -u -- "$cur" ) )
return
;;
-d|--delay)