Fix help for include body in Firefox HAR
This commit is contained in:
parent
7e000ffef3
commit
19db9dae18
|
|
@ -644,7 +644,8 @@ export async function parseCommandLine() {
|
||||||
})
|
})
|
||||||
.option('browsertime.firefox.includeResponseBodies', {
|
.option('browsertime.firefox.includeResponseBodies', {
|
||||||
alias: 'firefox.includeResponseBodies',
|
alias: 'firefox.includeResponseBodies',
|
||||||
describe: 'Include response bodies in HAR',
|
describe:
|
||||||
|
'Warning: This do not work at the moment, see https://github.com/sitespeedio/sitespeed.io/issues/4295',
|
||||||
default: 'none',
|
default: 'none',
|
||||||
choices: ['none', 'all', 'html'],
|
choices: ['none', 'all', 'html'],
|
||||||
group: 'Firefox'
|
group: 'Firefox'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue