This commit is contained in:
soulgalore 2017-04-23 15:36:18 +02:00
parent a7288e7aa6
commit 6b47f76cdf
1 changed files with 2 additions and 2 deletions

View File

@ -187,11 +187,11 @@ module.exports.parseCommandLine = function parseCommandLine() {
})
.option('browsertime.requestheader', {
alias: 'r',
describe: 'Request header that will be added to the request. Add multiple instances to add multiple request headers',
describe: 'Request header that will be added to the request. Add multiple instances to add multiple request headers. Only Chrome support for now.',
group: 'Browser'
})
.option('browsertime.block', {
describe: 'Domain to block. Add multiple instances to add multiple domains that will be blocked.',
describe: 'Domain to block. Add multiple instances to add multiple domains that will be blocked. Only Chrome support for now.',
group: 'Browser'
})
.option('browsertime.proxy.http', {