diff options
author | Robby Russell <robby@planetargon.com> | 2015-03-20 22:20:04 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2015-03-20 22:20:04 -0700 |
commit | 1b6af5467677a3c9414a7cc4bcd3b5ac61907ca1 (patch) | |
tree | e9b1592501edb17d114ae1c4ac2fcf1ec4027b95 | |
parent | b28abd5eff71f80a102bbada1055e2f88c8e16a3 (diff) | |
parent | a414b5e3d906bb13062ca9ec19118c01ac44dc2a (diff) | |
download | zsh-1b6af5467677a3c9414a7cc4bcd3b5ac61907ca1.tar.gz zsh-1b6af5467677a3c9414a7cc4bcd3b5ac61907ca1.tar.bz2 zsh-1b6af5467677a3c9414a7cc4bcd3b5ac61907ca1.zip |
Merge pull request #3692 from XerWandeRer/master
Update _adb
-rw-r--r-- | plugins/adb/_adb | 1 |
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' ) |