File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
test/fixtures/command-line Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ var options = {
369
369
key : 'au' ,
370
370
api : 'appendua' ,
371
371
param : 'string' ,
372
- info : 'String to append to the user agent string. This is in addition to the default PTST/ver string. '
372
+ info : 'String to append to the user agent string. This is in addition to the default PTST/ver string'
373
373
} ,
374
374
'testtype' : {
375
375
name : 'testtype' ,
@@ -390,21 +390,21 @@ var options = {
390
390
key : 'avif' ,
391
391
api : 'disableAVIF' ,
392
392
param : 'number' ,
393
- info : 'Set to 1 to disable AVIF support (Chromium 88+). '
393
+ info : 'Set to 1 to disable AVIF support (Chromium 88+)'
394
394
} ,
395
395
'disableWEBP' : {
396
396
name : 'disableWEBP' ,
397
397
key : 'webp' ,
398
398
api : 'disableWEBP' ,
399
399
param : 'number' ,
400
- info : 'Set to 1 to disable WEBP support (Chromium 88+). '
400
+ info : 'Set to 1 to disable WEBP support (Chromium 88+)'
401
401
} ,
402
402
'disableJXL' : {
403
403
name : 'disableJXL' ,
404
404
key : 'jxl' ,
405
405
api : 'disableJXL' ,
406
406
param : 'number' ,
407
- info : 'Set to 1 to disable JpegXL support (Chromium 88+). '
407
+ info : 'Set to 1 to disable JpegXL support (Chromium 88+)'
408
408
} ,
409
409
'dtShaper' : {
410
410
name : 'dtShaper' ,
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Options:
96
96
-pr, --profiler <number> Set to 1 to enable the V8 sampling profiler (Chromium only)
97
97
-avif, --disableAVIF <number> Set to 1 to disable AVIF support (Chromium 88+)
98
98
-webp, --disableWEBP <number> Set to 1 to disable WEBP support (Chromium 88+)
99
- -jxl, --disableJXL <number> Set to 1 to disable JXL support (Chromium 88+)
99
+ -jxl, --disableJXL <number> Set to 1 to disable JpegXL support (Chromium 88+)
100
100
-dts, --dtShaper <number> Set to 1 to use Chrome's built-in traffic-shaping instead of the packet-level netem shaping usually used by the test agents
101
101
-Y, --latency <time> first-hop Round Trip Time in ms (used
102
102
when specifying a custom connectivity
You can’t perform that action at this time.
0 commit comments