diff --git a/plugins/adb/_adb b/plugins/adb/_adb index c9de76832..70b3a9f9b 100644 --- a/plugins/adb/_adb +++ b/plugins/adb/_adb @@ -200,6 +200,7 @@ _adb_device_cmds() { 'push:copy file/dir to device' 'pull:copy file/dir from device' 'sync:copy host->device only if changed' + 'sideload:flash a package with sideload' 'shell:run remote shell interactively or command' 'emu:run emulator console command' 'logcat:view device log'