Skip to content

Commit 99059ab

Browse files
committed
docs: update cli description
1 parent a6a45a2 commit 99059ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ The Chrome DevTools MCP server supports the following configuration option:
471471
- **Default:** `true`
472472

473473
- **`--performanceCrux`/ `--performance-crux`**
474-
Set to false to disable CrUX (field data) integration in performance tools.
474+
Set to false to disable sending URLs from performance traces to CrUX API to get field performance data.
475475
- **Type:** boolean
476476
- **Default:** `true`
477477

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export const cliOptions = {
208208
type: 'boolean',
209209
default: true,
210210
describe:
211-
'Set to false to disable CrUX (field data) integration in performance tools.',
211+
'Set to false to disable sending URLs from performance traces to CrUX API to get field performance data.',
212212
},
213213
usageStatistics: {
214214
type: 'boolean',

0 commit comments

Comments
 (0)