Fix code style

Signed-off-by: Crepieux Pierre <pierre.crepieux@orange.com>
This commit is contained in:
Crepieux Pierre
2021-06-01 09:46:35 +02:00
parent bb1c20d1f7
commit 4a8787891d
5 changed files with 16 additions and 12 deletions

View File

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