#40 adb: Complete tcpip command

This commit is contained in:
Julien Nicoulaud 2011-08-09 15:33:26 +02:00
parent c41f3e43fd
commit 8c6edf1517
1 changed files with 3 additions and 1 deletions

4
_adb
View File

@ -142,7 +142,9 @@ _adb() {
&& ret=0 && ret=0
;; ;;
(tcpip) (tcpip)
_message 'port' && ret=0 # TODO Not implemented _arguments \
'1::port' \
&& ret=0
;; ;;
(ppp) (ppp)
_message '<tty> [parameters]' && ret=0 # TODO Not implemented _message '<tty> [parameters]' && ret=0 # TODO Not implemented