From 19db9dae1810fe2c5cdfa894dd3ba4e5748bd75b Mon Sep 17 00:00:00 2001 From: soulgalore Date: Sun, 13 Oct 2024 14:36:57 +0200 Subject: [PATCH] Fix help for include body in Firefox HAR --- lib/cli/cli.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/cli/cli.js b/lib/cli/cli.js index 2bdc5bd49..a1b9fdbe3 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -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'