From 93768e56127f8e7c1397e29e87a2f7764597e5d5 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Sun, 21 Aug 2011 21:30:18 +0200 Subject: [PATCH] #40 adb: Remove duplicate command --- _adb | 1 - 1 file changed, 1 deletion(-) diff --git a/_adb b/_adb index 0aef4f4f..74524195 100644 --- a/_adb +++ b/_adb @@ -193,7 +193,6 @@ _adb_device_cmds() { 'pull:copy file/dir from device' 'sync:copy host->device only if changed' 'shell:run remote shell interactively or command' - 'shell:run remote shell command' 'emu:run emulator console command' 'logcat:view device log' 'forward:forward socket connections'