Use correct minitouch help argument.

This commit is contained in:
Simo Kinnunen
2014-09-16 17:16:23 +09:00
parent 68e8f1eb2f
commit b08518c452

View File

@@ -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"