Fixed typo in line 24.

This commit is contained in:
XerWandeRer 2015-04-04 14:46:38 +08:00
commit dede54ff30

View file

@ -21,7 +21,7 @@ _1st_arguments=(
'push:copy file/dir to device' 'push:copy file/dir to device'
'shell:run remote shell interactively' 'shell:run remote shell interactively'
'sync:copy host->device only if changed (-l means list but dont copy)' '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' 'uninstall:remove this app package from the device'
'version:show version num' 'version:show version num'
) )