From a414b5e3d906bb13062ca9ec19118c01ac44dc2a Mon Sep 17 00:00:00 2001
From: XerWandeRer <xerwanderer@me.com>
Date: Mon, 16 Mar 2015 13:55:35 +0800
Subject: [PATCH] Update _adb

Added support for `tcpip` option
---
 plugins/adb/_adb | 1 +
 1 file changed, 1 insertion(+)

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'
 )