Fixed completion of device

This commit is contained in:
Martin Lund 2014-09-27 15:25:04 +02:00
parent b0230109b2
commit 49e30fa3b1

View file

@ -90,4 +90,4 @@ _gotty()
COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
return 0
}
complete -F _gotty gotty
complete -o default -F _gotty gotty