From 08bead065a7a106ff7ef34217cbe4877da8ac59e Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 27 Feb 2015 13:15:29 +0100 Subject: [PATCH] adb: add sideload as a valid device command --- src/_adb | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_adb b/src/_adb index 6e252e7..2ee164b 100644 --- a/src/_adb +++ b/src/_adb @@ -199,6 +199,7 @@ _adb_device_cmds() { local commands; commands=( 'push:copy file/dir to device' 'pull:copy file/dir from device' + 'sideload:push an update using sideload' 'sync:copy host->device only if changed' 'shell:run remote shell interactively or command' 'emu:run emulator console command'