This commit is contained in:
cirillo darkblu 2013-01-20 09:23:53 -08:00
commit f4ff84d6b9
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,11 @@ _adb() {
'2:local directory:_files -/' \
&& ret=0
;;
(sideload)
_arguments \
'1:local directory:_files -/' \
&& ret=0
;;
(sync)
_arguments \
'-l[list but do not copy]' \