summaryrefslogtreecommitdiff
path: root/plugins/adb
diff options
context:
space:
mode:
authorXerWandeRer <xerwanderer@me.com>2015-03-16 13:55:35 +0800
committerXerWandeRer <xerwanderer@me.com>2015-03-16 13:55:35 +0800
commita414b5e3d906bb13062ca9ec19118c01ac44dc2a (patch)
tree7ee414a02bacf10d245aaad81ba6c6ff3319fbda /plugins/adb
parente55c715508a2f652fed741f2047c66dda2c6e5b0 (diff)
downloadzsh-a414b5e3d906bb13062ca9ec19118c01ac44dc2a.tar.gz
zsh-a414b5e3d906bb13062ca9ec19118c01ac44dc2a.tar.bz2
zsh-a414b5e3d906bb13062ca9ec19118c01ac44dc2a.zip
Update _adb
Added support for `tcpip` option
Diffstat (limited to 'plugins/adb')
-rw-r--r--plugins/adb/_adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/adb/_adb b/plugins/adb/_adb
index 4c998172d..22089581a 100644
--- a/plugins/adb/_adb
+++ b/plugins/adb/_adb
@@ -21,6 +21,7 @@ _1st_arguments=(
'push:copy file/dir to device'
'shell:run remote shell interactively'
'sync:copy host->device only if changed (-l means list but dont copy)'
+‘tcpip:restart host adb in tcpip mode’
'uninstall:remove this app package from the device'
'version:show version num'
)