summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-03-20 22:20:04 -0700
committerRobby Russell <robby@planetargon.com>2015-03-20 22:20:04 -0700
commit1b6af5467677a3c9414a7cc4bcd3b5ac61907ca1 (patch)
treee9b1592501edb17d114ae1c4ac2fcf1ec4027b95
parentb28abd5eff71f80a102bbada1055e2f88c8e16a3 (diff)
parenta414b5e3d906bb13062ca9ec19118c01ac44dc2a (diff)
downloadzsh-1b6af5467677a3c9414a7cc4bcd3b5ac61907ca1.tar.gz
zsh-1b6af5467677a3c9414a7cc4bcd3b5ac61907ca1.tar.bz2
zsh-1b6af5467677a3c9414a7cc4bcd3b5ac61907ca1.zip
Merge pull request #3692 from XerWandeRer/master
Update _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'
)