su: Complete -s/--shell with shells instead of all files.

This commit is contained in:
Ville Skyttä 2012-02-18 10:14:29 +02:00
parent e7c4035089
commit 91528b5271

View File

@ -12,7 +12,7 @@ _su() # linux-specific completion
case "$prev" in
-s|--shell)
_filedir
_shells
return
;;
-c|--command|--session-command)