Skip to content

Commit

Permalink
#40 adb: Complete reboot command
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Aug 9, 2011
1 parent f21d44e commit c41f3e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _adb
Expand Up @@ -137,7 +137,9 @@ _adb() {
&& ret=0
;;
(reboot)
_message '[bootloader|recovery]' && ret=0 # TODO Not implemented
_arguments \
'1:program:((bootloader:reboot\ into\ the\ bootloader\ program recovery:reboot\ into\ the\ recovery\ program))' \
&& ret=0
;;
(tcpip)
_message 'port' && ret=0 # TODO Not implemented
Expand Down

0 comments on commit c41f3e4

Please sign in to comment.