Skip to content

Commit

Permalink
Fix help for include body in Firefox HAR
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Oct 13, 2024
1 parent 7e000ff commit 19db9da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 19db9da

Please sign in to comment.