mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 11:53:23 +02:00
Fix code style
Signed-off-by: Crepieux Pierre <pierre.crepieux@orange.com>
This commit is contained in:
@@ -98,7 +98,7 @@ module.exports.builder = function(yargs) {
|
||||
, default: process.env.SCREEN_JPEG_QUALITY || 80
|
||||
})
|
||||
.option('screen-grabber', {
|
||||
describe: 'The tool to be used for screen capture. '+
|
||||
describe: 'The tool to be used for screen capture. ' +
|
||||
'Value must be either: minicap-bin (default) or minicap-apk'
|
||||
, type: 'string'
|
||||
, default: process.env.SCREEN_GRABBER || 'minicap-bin'
|
||||
|
||||
Reference in New Issue
Block a user