better desc for Chrome timeline

This commit is contained in:
Peter Hedenskog 2018-01-17 09:03:33 +01:00
parent 9b34700c6b
commit 883b410fa9
1 changed files with 2 additions and 1 deletions

View File

@ -482,7 +482,8 @@ module.exports.parseCommandLine = function parseCommandLine() {
group: 'WebPageTest'
})
.option('webpagetest.timeline', {
describe: 'Activates chrome tracing. Can slow down the test itself',
describe:
'Activates Chrome tracing and get the devtools.timeline (only works for Chrome).',
type: 'boolean',
default: false,
group: 'WebPageTest'