Fix help for include body in Firefox HAR

This commit is contained in:
soulgalore 2024-10-13 14:36:57 +02:00
parent 7e000ffef3
commit 19db9dae18
1 changed files with 2 additions and 1 deletions

View File

@ -644,7 +644,8 @@ export async function parseCommandLine() {
})
.option('browsertime.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',
choices: ['none', 'all', 'html'],
group: 'Firefox'