htop: Get user names directly with `compgen -u`.

master
Igor Murzov 2011-12-20 18:24:09 +04:00
parent f17f31057f
commit 08a2264c82
1 changed files with 1 additions and 1 deletions

View File

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