better desc for Chrome timeline
This commit is contained in:
parent
9b34700c6b
commit
883b410fa9
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue