#40 adb: Complete tcpip command

This commit is contained in:
Julien Nicoulaud
2011-08-09 15:41:41 +02:00
parent c41f3e43fd
commit 8c6edf1517
+3 -1
View File
@@ -142,7 +142,9 @@ _adb() {
&& ret=0
;;
(tcpip)
_message 'port' && ret=0 # TODO Not implemented
_arguments \
'1::port' \
&& ret=0
;;
(ppp)
_message '<tty> [parameters]' && ret=0 # TODO Not implemented