diff --git a/lib/units/device/resources/minitouch.js b/lib/units/device/resources/minitouch.js index f847af47..2c960664 100644 --- a/lib/units/device/resources/minitouch.js +++ b/lib/units/device/resources/minitouch.js @@ -48,7 +48,7 @@ module.exports = syrup.serial() } function ensureNotBusy(res) { - return adb.shell(options.serial, [res.dest, '--help']) + return adb.shell(options.serial, [res.dest, '-h']) .timeout(10000) .then(function(out) { // Can be "Text is busy", "text busy"