From dede54ff30cf79a598be40daadd563f38d7e8186 Mon Sep 17 00:00:00 2001 From: XerWandeRer Date: Sat, 4 Apr 2015 14:46:38 +0800 Subject: [PATCH] Fixed typo in line 24. --- plugins/adb/_adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/adb/_adb b/plugins/adb/_adb index 22089581a..d1bb8e392 100644 --- a/plugins/adb/_adb +++ b/plugins/adb/_adb @@ -21,7 +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’ +'tcpip:restart host adb in tcpip mode' 'uninstall:remove this app package from the device' 'version:show version num' )